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

Add docker composition //DO NOT MERGE! #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

XaviTorello
Copy link
Member

It provides a docker-composition that deploys this project using:

  • db container
    • integrates a Postgresql (postgis-ready)
  • web container
    • using our own build definition over this repo starts our django (pre-processing the requirements and applying pending migrations)
    • waits for the availability of the DB service using wait-for-it.sh

Django settings has been ammended to ensure that everything works as expected (postgres engine config, allowed_hosts, ...)

Composition vars are integrated inside the .env file

Fix #2 Provide a Docker composition

@XaviTorello XaviTorello self-assigned this Feb 28, 2019
@XaviTorello XaviTorello requested a review from jbagot February 28, 2019 01:01
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