2
0

添加admin部署配置

This commit is contained in:
2026-01-06 15:33:06 +08:00
parent 1980ab01a6
commit 90319ed8ce
2 changed files with 18 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ https://www.lanhuip.com {
reverse_proxy web:3000 reverse_proxy web:3000
} }
// 管理端
https://admin.lanhuip.com {
reverse_proxy admin:3001
}
# 后端回调路径 # 后端回调路径
https://cb.lanhuip.com { https://cb.lanhuip.com {
route { route {

View File

@@ -53,6 +53,19 @@ services:
logging: logging:
driver: local driver: local
admin:
image: 43.226.58.254:53000/wmp/lanhu-admin:latest
env_file:
- .env
- .env.admin
depends_on:
- platform
ports:
- "127.0.0.1:${ADMIN_PORT}:3001"
restart: unless-stopped
logging:
driver: local
# task: # task:
# image: ghcr.io/wyongk/juip-proxy-task:main # image: ghcr.io/wyongk/juip-proxy-task:main
# env_file: # env_file: