Update nextcloud/domain-nextcloud.json

#NEXTCLOUD_DOMAIN
This commit is contained in:
hael
2024-09-13 11:12:57 +00:00
parent 8ce04e925d
commit b7f0aa1957

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "nextcloud-server", "SERVICE_NAME": "nextcloud-server",
"DOMAIN": "#DOMAIN_NAME" "DOMAIN": "#NEXTCLOUD_DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -22,7 +22,7 @@
{ "PROXY": "smarthostloadbalancer" }, { "PROXY": "smarthostloadbalancer" },
{ "TARGET": "nextcloudnginx" }, { "TARGET": "nextcloudnginx" },
{ "PORT": "80" }, { "PORT": "80" },
{ "DOMAIN": "#DOMAIN_NAME" }, { "DOMAIN": "#NEXTCLOUD_DOMAIN" },
{ "SMARTHOST_PROXY_PATH": "/smarthost-domains" }, { "SMARTHOST_PROXY_PATH": "/smarthost-domains" },
{ "OPERATION": "CREATE" } { "OPERATION": "CREATE" }
], ],