fix: traefik complains the network is not set

This commit is contained in:
f
2025-12-24 19:00:41 -03:00
parent ac33efe73a
commit 0d85f97200

View File

@ -14,7 +14,7 @@ services:
COOKIE_DOMAIN: "${ANUBIS_COOKIE_DOMAIN}"
PUBLIC_URL: "https://${ANUBIS_DOMAIN}"
networks:
- internal
- proxy
deploy:
labels:
- "traefik.enable=true"