Lab → scenario
docker-compose wiring
Connect API and database with health checks and persistent storage.
Requirements
- Postgres data must survive container recreation
- API should start only when DB accepts connections
- Do not commit passwords to git
Lab → scenario
Connect API and database with health checks and persistent storage.