🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)

This commit is contained in:
Joel Gotsch
2024-04-26 22:47:00 +02:00
committed by GitHub
parent 8882dc53e8
commit 84ef657406

View File

@@ -36,6 +36,9 @@ services:
# Dummy https-redirect middleware that doesn't really redirect, only to # Dummy https-redirect middleware that doesn't really redirect, only to
# allow running it locally # allow running it locally
- traefik.http.middlewares.https-redirect.contenttype.autodetect=false - traefik.http.middlewares.https-redirect.contenttype.autodetect=false
networks:
- traefik-public
- default
db: db:
restart: "no" restart: "no"