docker-compose.yaml aktualisiert

This commit is contained in:
2026-06-06 12:36:56 +00:00
parent cf07c9d596
commit 980546a204
+6
View File
@@ -26,3 +26,9 @@ services:
# TLS is automatically enabled by certresolver, but explicit flag doesn't hurt
- traefik.http.routers.homepage.tls=true
- traefik.http.services.homepage.loadbalancer.server.port=3000
networks:
- traefik # 🔗 Attach here
networks:
traefik:
driver: bridge