Skip to content

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).
@vercel
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.

Copy link
Contributor

@sdankel sdankel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thanks for the contribution. The goal here would be to replace both of the start up scripts, so that both postgres and the server itself can be started with docker compose up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set up docker-compose to replace the startup scripts

3 participants