This commit is contained in:
parent
1b7a48d51d
commit
96faa55289
@ -6,6 +6,7 @@ services:
|
||||
image: louislam/uptime-kuma:1.23.11-alpine
|
||||
volumes:
|
||||
- data:/app/data
|
||||
- db:/app/db
|
||||
networks:
|
||||
- proxy
|
||||
deploy:
|
||||
@ -24,7 +25,7 @@ services:
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.5.1+1.23.11-alpine"
|
||||
healthcheck:
|
||||
test: 'curl -L localhost:3001'
|
||||
test: "wget -nv -t1 --spider 'http://localhost:3001/' || exit 1"
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
@ -32,6 +33,7 @@ services:
|
||||
|
||||
volumes:
|
||||
data:
|
||||
db:
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
Loading…
Reference in New Issue
Block a user