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