fix: remove host ports from docker-compose for Coolify deployment
This commit is contained in:
+4
-4
@@ -5,8 +5,8 @@ services:
|
||||
build: ./backend
|
||||
container_name: psychologist-backend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3001"
|
||||
expose:
|
||||
- "3001"
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
@@ -19,8 +19,8 @@ services:
|
||||
- VITE_API_URL=/api
|
||||
container_name: psychologist-frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
expose:
|
||||
- "80"
|
||||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user