fix: change image
This commit is contained in:
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: kn0fl00k/uptime-kuma:unstable004
|
image: git.coopcloud.tech/coop-cloud-chaos-patchs/uptime-kuma:latest
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app/data
|
- data:/app/data
|
||||||
secrets:
|
secrets:
|
||||||
@ -40,7 +40,7 @@ services:
|
|||||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
#- "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.SSLForceHost=true"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
#- "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:
|
healthcheck:
|
||||||
test: 'curl -L localhost:3001'
|
test: 'curl -L localhost:3001'
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
Reference in New Issue
Block a user