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

[WIP] CP-28572 docker compose file to run w/ ecosystem_database_app #1

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dlebauer
Copy link

@dlebauer dlebauer commented May 4, 2023

I think to test it out:

## start the database
docker-compose -p bety up -d postgres

## start the web app w/ docker db (currently works)
docker-compose -f docker-compose.indigo.yml -p bety up

## start web app w/ onedb (currently fails, just keeps restarting)
docker-compose -f docker-compose.indigo-onedb.yml -p bety up

here is some data that should populate the database:

demo_inserts.sql.zip

@dlebauer dlebauer requested a review from mochuelo-kun May 17, 2023 17:41
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.

1 participant