mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-31 11:28:26 +08:00
🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)
This commit is contained in:
parent
8882dc53e8
commit
84ef657406
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user