fix: traefik network

This commit is contained in:
2025-12-31 10:32:55 +00:00
parent 487375901f
commit 6a09720f6e

View File

@@ -20,6 +20,7 @@ services:
labels: labels:
# Traefik # Traefik
traefik.enable: "true" traefik.enable: "true"
traefik.docker.network: "traefik_public"
traefik.http.routers.booklore.rule: "Host(`booklore.${DOMAIN}`)" traefik.http.routers.booklore.rule: "Host(`booklore.${DOMAIN}`)"
traefik.http.routers.booklore.entrypoints: "https" traefik.http.routers.booklore.entrypoints: "https"
traefik.http.routers.booklore.tls.certresolver: "cloudflare" traefik.http.routers.booklore.tls.certresolver: "cloudflare"