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

Get Postgres docker container up and running as an option for local dev database #411

Open
BirdTho opened this issue Sep 23, 2020 · 1 comment
Labels
CI/CD Relates to continuous integration/deployment workflows

Comments

@BirdTho
Copy link
Contributor

BirdTho commented Sep 23, 2020

Needs to be optionally started separately from other docker images
Needs readme.md updates
should be PostGIS docker container
Should publish a connection string on command
Should point to some locally downloaded database
Locally downloaded database image should be in .gitignore

@nmcharlton nmcharlton added the CI/CD Relates to continuous integration/deployment workflows label Feb 14, 2021
@zeffirara
Copy link

This could be done via a docker-compose.yml file which could set up and manage all dependencies as separate containers, which could also be used for running integration tests. Something like this: https://wkrzywiec.medium.com/how-to-run-database-backend-and-frontend-in-a-single-click-with-docker-compose-4bcda66f6de.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Relates to continuous integration/deployment workflows
Projects
None yet
Development

No branches or pull requests

3 participants