Set up docker-compose to replace the startup scripts
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 2
- Forks
- 3
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 3
Description
# Context
A quickstart script with an ephemeral setup (e.g. docker).
Ideally we want to be able to spin up dependencies for local development.
This would be:
- The database
- Potentially a database UI (pgadmin)
- Migration script(s) to perform migration on startup
Simply running `docker compose up` should run the relevant services - which local app should be able to connect with.
The `.env` and or `.env.local` file(s) should be used here for setting relevant env settings for the containers.
## Background
- https://github.com/FuelLabs/forc.pub/pull/22#discussion_r1912347640
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.