2 Commits

Author SHA1 Message Date
a8930db62c fix: change image 2024-10-11 11:52:02 +02:00
e927d30f74 feat: fully working mariadb 2024-10-10 18:03:24 +02:00

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: kn0fl00k/uptime-kuma:unstable003
image: git.coopcloud.tech/coop-cloud-chaos-patchs/uptime-kuma:latest
volumes:
- data:/app/data
secrets:
@ -19,6 +19,8 @@ services:
- UPTIME_KUMA_DB_NAME=kuma
- UPTIME_KUMA_DB_USERNAME=kuma
- UPTIME_KUMA_DB_PASSWORD_FILE=/run/secrets/db_password
depends_on:
- db
configs:
- source: app_entrypoint
target: /docker-entrypoint.sh
@ -38,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.5.0+1.23.11"
- "coop-cloud.${STACK_NAME}.version=0.6.0+latest"
healthcheck:
test: 'curl -L localhost:3001'
interval: 30s
@ -46,7 +48,7 @@ services:
retries: 5
start_period: 2m
db:
image: mariadb:10.8
image: mariadb:11.5
environment:
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
- MYSQL_PASSWORD_FILE=/run/secrets/db_password