sd
This commit is contained in:
parent
509a334dd5
commit
f0a7ad418a
1 changed files with 10 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue