up(domain): up config

This commit is contained in:
cnphpbb 2025-01-16 17:18:39 +08:00
parent 964837ae97
commit 8f29ab378f
2 changed files with 8 additions and 0 deletions

View File

@ -7,5 +7,8 @@ services:
- '${Volumes_PATH}/logs:/app/logs' - '${Volumes_PATH}/logs:/app/logs'
ports: ports:
- '9800:8000' - '9800:8000'
environment:
APP_MODE: production
container_name: domain-admin container_name: domain-admin
image: ${IMAGE_TAG} image: ${IMAGE_TAG}

View File

@ -8,3 +8,8 @@ https://6t7.net {
tls moqiruyi@gmail.com tls moqiruyi@gmail.com
reverse_proxy 10.0.96.2:3000 reverse_proxy 10.0.96.2:3000
} }
https://domain.6t7.net {
tls moqiruyi@gmail.com
reverse_proxy 43.139.19.72:9800
}