Make host port configurable via HOST_PORT env (keeps existing nginx proxy port)
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ services:
|
|||||||
container_name: newbury-exhibit
|
container_name: newbury-exhibit
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
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:
|
environment:
|
||||||
# dev = admin open + on-screen error overlay; final = password-protected admin
|
# dev = admin open + on-screen error overlay; final = password-protected admin
|
||||||
EXHIBIT_MODE: ${EXHIBIT_MODE:-dev}
|
EXHIBIT_MODE: ${EXHIBIT_MODE:-dev}
|
||||||
|
|||||||
Reference in New Issue
Block a user