This commit is contained in:
arrelin
2025-12-15 18:43:14 +03:00
parent 6966fbbc2c
commit 20ad9f5833
4 changed files with 92 additions and 7 deletions

View File

@@ -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