a
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5433:5432"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U marathon"]
|
||||
interval: 5s
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
- ./backend/uploads:/app/uploads
|
||||
- ./backend/app:/app/app
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8002:8000"
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
VITE_API_URL: ${VITE_API_URL:-/api/v1}
|
||||
container_name: marathon-frontend
|
||||
ports:
|
||||
- "3000:80"
|
||||
- "3002:80"
|
||||
depends_on:
|
||||
- backend
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user