sd
Some checks failed
Deploy on push / detect (push) Has been cancelled
Deploy on push / deploy_swarm (push) Has been cancelled
Deploy on push / deploy_compose (push) Has been cancelled

This commit is contained in:
traveler 2026-03-11 06:47:39 -05:00
parent 509a334dd5
commit f0a7ad418a

View file

@ -28,9 +28,16 @@ services:
ports:
# Change the first number to change the port you want to access the Web UI, not the second
- target: 8083
published: 8079
protocol: tcp
mode: ingress
published: 807
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:$${CWA_PORT_OVERRIDE:-8083}/ || curl -f -k https://localhost:$${CWA_PORT_OVERRIDE:-8083}/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 300s
deploy: