添加admin部署配置
This commit is contained in:
@@ -6,6 +6,11 @@ https://www.lanhuip.com {
|
||||
reverse_proxy web:3000
|
||||
}
|
||||
|
||||
// 管理端
|
||||
https://admin.lanhuip.com {
|
||||
reverse_proxy admin:3001
|
||||
}
|
||||
|
||||
# 后端回调路径
|
||||
https://cb.lanhuip.com {
|
||||
route {
|
||||
|
||||
@@ -53,6 +53,19 @@ services:
|
||||
logging:
|
||||
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:
|
||||
# image: ghcr.io/wyongk/juip-proxy-task:main
|
||||
# env_file:
|
||||
|
||||
Reference in New Issue
Block a user