fix database

This commit is contained in:
krisz 2025-04-20 13:46:44 +02:00
parent 3c1617bb12
commit d591216020

View File

@ -65,7 +65,7 @@ services:
traefik.http.routers.adminer.rule: "Host(`adminer.szabolcsi.dev`)" traefik.http.routers.adminer.rule: "Host(`adminer.szabolcsi.dev`)"
traefik.http.routers.adminer.entrypoints: "https" traefik.http.routers.adminer.entrypoints: "https"
traefik.http.routers.adminer.tls: "true" traefik.http.routers.adminer.tls: "true"
traefik.http.routers.traefik-https.tls.certresolver: "letsencrypt" traefik.http.routers.adminer.tls.certresolver: "letsencrypt"
traefik.http.routers.adminer.middlewares: "local" traefik.http.routers.adminer.middlewares: "local"
traefik.http.services.adminer.loadbalancer.server.port: "8080" traefik.http.services.adminer.loadbalancer.server.port: "8080"
traefik.http.services.adminer.loadbalancer.healthCheck.path: "/" traefik.http.services.adminer.loadbalancer.healthCheck.path: "/"