2
This commit is contained in:
parent
2aabfdc8b4
commit
b6028cf8e2
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ services:
|
|||
environment:
|
||||
DATABASE_URL: postgresql+asyncpg://fleet:fleet@db:5432/fleet
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8005:8005"
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
|
@ -39,7 +39,7 @@ services:
|
|||
dockerfile: ../docker/Dockerfile.frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3005:3005"
|
||||
depends_on:
|
||||
- backend
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue