Merge branch 'dev'
CI/CD / deploy (push) Successful in 6m9s
Details
CI/CD / deploy (push) Successful in 6m9s
Details
This commit is contained in:
commit
83ae2e9bd9
|
|
@ -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`)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue