Fix: Add frontend to app-network for backend connectivity
- 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
This commit is contained in:
parent
b5f350a6ad
commit
910bd52567
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ services:
|
|||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
- app-network
|
||||
- caddy_network
|
||||
|
||||
backend:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue