Motivation
We assume that the scaffolded backend only has make db-up to start PostgreSQL on its own and the API runs on the host through make dev.
There is no way to bring the whole stack up together, no committed environment mapping for local development, and no compose file.
Proposed Solution
Up to the developer.
Alternatives Considered
None, Compose and Postgres are accepted architectural decisions.
Acceptance Criteria
Bonus, if possible
Additional Context
The same compose config can include other services from the backend stack: eg. Celery, Redis, RabbitMQ, if it's trivial enough to include.
Motivation
We assume that the scaffolded backend only has
make db-upto start PostgreSQL on its own and the API runs on the host through make dev.There is no way to bring the whole stack up together, no committed environment mapping for local development, and no compose file.
Proposed Solution
Up to the developer.
Alternatives Considered
None, Compose and Postgres are accepted architectural decisions.
Acceptance Criteria
docker compose upruns the mock API server and the database service togetherBonus, if possible
Additional Context
The same compose config can include other services from the backend stack: eg. Celery, Redis, RabbitMQ, if it's trivial enough to include.