From 910bd525670267a2a96b1166090cf300fc369bfc Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Wed, 25 Jun 2025 15:37:46 -0500 Subject: [PATCH] Fix: Add frontend to app-network for backend connectivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Frontend now connects to both app-network and caddy_network - Resolves network isolation preventing API calls to backend - Fixes document upload functionality by enabling frontend→backend communication --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 15c08482..8f9a1f9f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: depends_on: - backend networks: + - app-network - caddy_network backend: