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

Configure application to use Docker #30

Open
4 tasks
rennerocha opened this issue Aug 13, 2020 · 1 comment
Open
4 tasks

Configure application to use Docker #30

rennerocha opened this issue Aug 13, 2020 · 1 comment

Comments

@rennerocha
Copy link
Collaborator

rennerocha commented Aug 13, 2020

At this moment, the project is deployed in a shared host with a dedicated PostgreSQL database. I want to leave this provider and move the project to a Digital Ocean droplet (or similar). I want to use Docker to orchestrate that so I need a docker-compose.yml file (and the required Dockerfiles) with:

  • Django application
  • PostgreSQL as container
  • Static files running in nginx
  • Ready for SSL configuration.

As a bonus, a docker-compose-dev.yml file to make configure development environment easier will be good.

@davividal
Copy link

I can help with that.

@rennerocha rennerocha added this to To do in Django Migration via automation Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants