修复 admin 配置问题
This commit is contained in:
@@ -5,5 +5,6 @@ DB_PORT=5432
|
|||||||
|
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
|
|
||||||
PLATFORM_PORT=8080
|
|
||||||
WEB_PORT=3000
|
WEB_PORT=3000
|
||||||
|
ADMIN_PORT=3001
|
||||||
|
PLATFORM_PORT=8080
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ https://www.lanhuip.com {
|
|||||||
reverse_proxy web:3000
|
reverse_proxy web:3000
|
||||||
}
|
}
|
||||||
|
|
||||||
// 管理端
|
# 管理端
|
||||||
https://admin.lanhuip.com {
|
https://admin.lanhuip.com {
|
||||||
reverse_proxy admin:3001
|
reverse_proxy admin:3000
|
||||||
}
|
}
|
||||||
|
|
||||||
# 后端回调路径
|
# 后端回调路径
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${ADMIN_PORT}:3001"
|
- "127.0.0.1:${ADMIN_PORT}:3000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user