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:
co-authored by
Claude Sonnet 4.6
parent
46f3085432
commit
f6e34807ce
+2
-1
@@ -1,7 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
build: ./backend
|
build: ./backend
|
||||||
network_mode: host
|
ports:
|
||||||
|
- '3001:3001'
|
||||||
environment:
|
environment:
|
||||||
- PORT=3001
|
- PORT=3001
|
||||||
- STORAGE_URL=https://backend.prosapp.co/uploads
|
- STORAGE_URL=https://backend.prosapp.co/uploads
|
||||||
|
|||||||
Reference in New Issue
Block a user