Make host port configurable via HOST_PORT env (keeps existing nginx proxy port)

This commit is contained in:
2026-07-22 23:13:14 +10:00
parent e8206b779a
commit c7649a0f59
+2 -1
View File
@@ -4,7 +4,8 @@ services:
container_name: newbury-exhibit
restart: unless-stopped
ports:
- "33044:33044"
# HOST_PORT lets an existing nginx proxy keep its port (set in .env); container stays on 33044
- "${HOST_PORT:-33044}:33044"
environment:
# dev = admin open + on-screen error overlay; final = password-protected admin
EXHIBIT_MODE: ${EXHIBIT_MODE:-dev}