Route api traffic through the main container.
This commit is contained in:
+4
-3
@@ -20,8 +20,9 @@ services:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
container_name: line-of-sight-backend
|
||||
ports:
|
||||
- "3051:3051"
|
||||
# Removed public port exposure for security; accessible via frontend proxy
|
||||
# ports:
|
||||
# - "3051:3051"
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://line_of_sight:line_of_sight_pass@postgres:5432/line_of_sight
|
||||
- PORT=3051
|
||||
@@ -40,7 +41,7 @@ services:
|
||||
ports:
|
||||
- "3050:3050"
|
||||
environment:
|
||||
- VITE_API_URL=http://localhost:3051/api
|
||||
- VITE_API_URL=/api
|
||||
depends_on:
|
||||
- backend
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user