diff --git a/domain-admin/stack.yml b/domain-admin/stack.yml index 898c67f..7eb59ab 100644 --- a/domain-admin/stack.yml +++ b/domain-admin/stack.yml @@ -7,5 +7,8 @@ services: - '${Volumes_PATH}/logs:/app/logs' ports: - '9800:8000' + environment: + APP_MODE: production + container_name: domain-admin image: ${IMAGE_TAG} \ No newline at end of file diff --git a/webout/configs/caddy/web-http.conf b/webout/configs/caddy/web-http.conf index 43e0e41..6901b30 100644 --- a/webout/configs/caddy/web-http.conf +++ b/webout/configs/caddy/web-http.conf @@ -8,3 +8,8 @@ https://6t7.net { tls moqiruyi@gmail.com reverse_proxy 10.0.96.2:3000 } + +https://domain.6t7.net { + tls moqiruyi@gmail.com + reverse_proxy 43.139.19.72:9800 +} \ No newline at end of file