Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up docker-compose to replace the startup scripts #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shitover
Copy link

@shitover shitover commented Jan 13, 2025

Fixes #24

Add docker-compose setup to replace startup scripts.

  • Add docker-compose.yml to define services for PostgreSQL, pgAdmin, and migration scripts.
  • Update README.md to include instructions for using docker compose up for local development.
  • Modify scripts/start_local_server.sh to remove the call to scripts/start_local_db.sh and use docker-compose.yml for starting services.
  • Delete scripts/start_local_db.sh.

For more details, open the Copilot Workspace session.

Fixes FuelLabs#24

Add docker-compose setup to replace startup scripts.

* Add `docker-compose.yml` to define services for PostgreSQL, pgAdmin, and migration scripts.
* Update `README.md` to include instructions for using `docker compose up` for local development.
* Modify `scripts/start_local_server.sh` to remove the call to `scripts/start_local_db.sh` and use `docker-compose.yml` for starting services.
* Delete `scripts/start_local_db.sh`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/FuelLabs/forc.pub/issues/24?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Jan 13, 2025

@shitover is attempting to deploy a commit to the Fuel Labs Team on Vercel.

A member of the Team first needs to authorize it.

@fuel-cla-bot
Copy link

fuel-cla-bot bot commented Jan 13, 2025

Thanks for the contribution! Before we can merge this, we need @shitover to sign the Fuel Labs Contributor License Agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up docker-compose to replace the startup scripts
1 participant