update Tue 07/14/2026 11:38:16.92

This commit is contained in:
2026-07-14 11:38:17 +10:00
commit b2b555ef16
38 changed files with 7348 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
exhibit:
build: .
container_name: newbury-exhibit
restart: unless-stopped
ports:
- "33044:33044"
environment:
# dev = admin open + on-screen error overlay; final = password-protected admin
EXHIBIT_MODE: ${EXHIBIT_MODE:-dev}
ADMIN_PASSWORD: ${ADMIN_PASSWORD:-}
volumes:
# live scene/playlist edits survive rebuilds and redeploys
- exhibit-live:/app/data/live
# drop OBJ ghost models here without rebuilding the image
- ./public/models:/app/public/models
volumes:
exhibit-live: