Expose beta frontend to LAN proxy
Magent CI/CD / verify (push) Successful in 10m51s
Magent CI/CD / deploy-prod (push) Has been skipped
Magent CI/CD / deploy-beta (push) Successful in 16s

This commit is contained in:
2026-06-18 22:08:54 +12:00
parent 7fcff0f24b
commit e36da13264
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ services:
SITE_BANNER_MESSAGE: "Beta environment"
SITE_BANNER_TONE: warning
ports:
- "127.0.0.1:3100:3000"
- "${BETA_FRONTEND_BIND:-10.30.1.32}:3100:3000"
- "127.0.0.1:8100:8000"
volumes:
- ./data:/app/data