From 84ef657406868d71f72c3b93899cf753956f0029 Mon Sep 17 00:00:00 2001 From: Joel Gotsch Date: Fri, 26 Apr 2024 22:47:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20local=20Traefik=20proxy=20?= =?UTF-8?q?network=20config=20to=20fix=20Gateway=20Timeouts=20(#1184)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.override.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.override.yml b/docker-compose.override.yml index ffdffc9..9fdf8f3 100644 --- a/docker-compose.override.yml +++ b/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"