Add db volume
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-07-02 13:54:04 -04:00
parent 1b7a48d51d
commit 96faa55289

View File

@ -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: