fix(network): revert to bridge network — host mode breaks Docker internal routing to 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:59:52 -05:00
co-authored by Claude Sonnet 4.6
parent 46f3085432
commit f6e34807ce
+2 -1
View File
@@ -1,7 +1,8 @@
services:
backend:
build: ./backend
network_mode: host
ports:
- '3001:3001'
environment:
- PORT=3001
- STORAGE_URL=https://backend.prosapp.co/uploads