Browse Source
🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)
pull/13907/head
Joel Gotsch
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
docker-compose.override.yml
|
|
@ -36,6 +36,9 @@ services: |
|
|
|
# Dummy https-redirect middleware that doesn't really redirect, only to |
|
|
|
# allow running it locally |
|
|
|
- traefik.http.middlewares.https-redirect.contenttype.autodetect=false |
|
|
|
networks: |
|
|
|
- traefik-public |
|
|
|
- default |
|
|
|
|
|
|
|
db: |
|
|
|
restart: "no" |
|
|
|