Merge branch 'dev'
CI/CD / deploy (push) Successful in 6m9s Details

This commit is contained in:
Jeff Emmett 2026-04-01 15:54:15 -07:00
commit 83ae2e9bd9
1 changed files with 6 additions and 0 deletions

View File

@ -334,6 +334,12 @@ services:
- SCREEN_WIDTH=1920
- SCREEN_HEIGHT=1080
- SCREEN_DEPTH=24
healthcheck:
test: ["CMD-SHELL", "curl -so /dev/null -w '%{http_code}' http://localhost:8765/ | grep -q '^[2-4]'"]
interval: 30s
timeout: 5s
retries: 3
start_period: 30s
labels:
- "traefik.enable=true"
- "traefik.http.routers.scribus-novnc.rule=Host(`design.rspace.online`)"