mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 00:16:50 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-mollysocket",
|
|
"display_name": "MollySocket",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/mollysocket",
|
|
"image": "ghcr.io/mollyim/mollysocket",
|
|
"image_tag": "1",
|
|
"internal_port": "8020",
|
|
"restart": "always",
|
|
"init": false,
|
|
"ports": [
|
|
{
|
|
"ip_binding": "%APACHE_IP_BINDING%",
|
|
"port_number": "8020",
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_mollysocket",
|
|
"destination": "/data",
|
|
"writeable": true
|
|
}
|
|
],
|
|
"working_dir": "/data",
|
|
"command": "server",
|
|
"environment": [
|
|
{
|
|
"MOLLY_HOST"="%APACHE_IP_BINDING%",
|
|
"MOLLY_ALLOWED_ENDPOINTS"=['https://push.{\$NC_DOMAIN}:443']
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|