fix(network): use host network mode so backend can reach LAN postgres at 10.0.1.9

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-02 13:42:05 -05:00
co-authored by Claude Sonnet 4.6
parent 54bc39bb34
commit 46f3085432
+1 -2
View File
@@ -1,8 +1,7 @@
services:
backend:
build: ./backend
ports:
- '3001:3001'
network_mode: host
environment:
- PORT=3001
- STORAGE_URL=https://backend.prosapp.co/uploads