Saving changes
Some checks failed
Rust Build / Check (pull_request) Successful in 44s
Rust Build / Test Suite (pull_request) Successful in 59s
Rust Build / Rustfmt (pull_request) Successful in 28s
Rust Build / Clippy (pull_request) Failing after 49s
Rust Build / build (pull_request) Successful in 1m20s

This commit is contained in:
2025-04-27 13:49:52 -04:00
parent fcbd077e51
commit d0a57193e2
4 changed files with 30 additions and 6 deletions

View File

@@ -11,7 +11,9 @@ services:
# Map host port 8000 to container port 3000 (adjust as needed)
- "8000:3000"
env_file:
- .env
- .env.docker
environment:
- DATABASE_URL=${DATABASE_URL}
depends_on:
auth_db:
condition: service_healthy # Wait for the DB to be healthy before starting the app