Update nextcloud/domain-nextcloud.json

#DOMAIN_NAME
This commit is contained in:
hael
2024-08-29 13:55:33 +00:00
parent 7e06a8b062
commit 12b69fe7fc

View File

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