fix: change image

This commit is contained in:
2024-10-11 11:52:02 +02:00
parent e927d30f74
commit a8930db62c

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: kn0fl00k/uptime-kuma:unstable004
image: git.coopcloud.tech/coop-cloud-chaos-patchs/uptime-kuma:latest
volumes:
- data:/app/data
secrets:
@ -40,7 +40,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.6.0+unstable004"
- "coop-cloud.${STACK_NAME}.version=0.6.0+latest"
healthcheck:
test: 'curl -L localhost:3001'
interval: 30s