database fix

This commit is contained in:
krisz 2025-04-20 13:33:13 +02:00
parent d6afb04081
commit c49944c994

View File

@ -64,12 +64,12 @@ services:
replicas: 1
labels:
<<: *traefik-labels
traefik.http.routers.adminer.rule: Host(`adminer.szabolcsi.dev`)
traefik.http.routers.adminer.entrypoints: https
traefik.http.routers.adminer.tls: true
traefik.http.routers.traefik-https.tls.certresolver: letsencrypt
traefik.http.routers.adminer.middlewares: local
traefik.http.services.adminer.loadbalancer.server.port: 8080
traefik.http.routers.adminer.rule: "Host(`adminer.szabolcsi.dev`)"
traefik.http.routers.adminer.entrypoints: "https"
traefik.http.routers.adminer.tls: "true"
traefik.http.routers.traefik-https.tls.certresolver: "letsencrypt"
traefik.http.routers.adminer.middlewares: "local"
traefik.http.services.adminer.loadbalancer.server.port: "8080"
traefik.http.services.adminer.loadbalancer.healthCheck.path: "/"
traefik.http.services.adminer.loadbalancer.healthCheck.interval: "30s"
traefik.http.services.adminer.loadbalancer.healthCheck.timeout: "1s"