ci/cd
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
|
||||
RUST_LOG: ${RUST_LOG:-info}
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
@@ -42,9 +42,10 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: family_budget_frontend
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- backend
|
||||
backend:
|
||||
condition: service_started
|
||||
networks:
|
||||
- app_network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user