Skip to content

Commit

Permalink
🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#86)
Browse files Browse the repository at this point in the history
* 🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)

* Fix proxy netwrok config for local deployment to fix Gateway Timeouts

---------

Co-authored-by: Joel Gotsch <[email protected]>
  • Loading branch information
StreetLamb and JoelGotsch authored Jul 25, 2024
1 parent cf4d264 commit 890b4b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ services:
- traefik.http.routers.traefik-dashboard-http.service=api@internal
- traefik.http.middlewares.admin-auth.basicauth.users=${USERNAME?Variable not set}:${HASHED_PASSWORD?Variable not set}
- traefik.http.routers.traefik-dashboard-http.middlewares=admin-auth
networks:
- traefik-public
- default

frontend:
build:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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"
Expand Down

0 comments on commit 890b4b4

Please sign in to comment.