1
0
forked from baron/baron-sso

fix(compose): standardize adminfront port env name

- replace legacy ADMIN_PORT usage with ADMINFRONT_PORT
- add policy test to prevent compose variable drift
This commit is contained in:
Lectom C Han
2026-03-30 18:02:50 +09:00
parent 72551e5f9d
commit d2a4770967
3 changed files with 35 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ services:
- API_PROXY_TARGET=http://baron_backend:3000
- USERFRONT_URL=${USERFRONT_URL}
ports:
- "${ADMIN_PORT:-5173}:5173"
- "${ADMINFRONT_PORT:-5173}:5173"
volumes:
- ./adminfront:/app
- ./locales:/locales