Automatically generates a basic docker-compose file to install and use various servers useful in the context of a Django project.
To use this project, you will need to install:
-
Generate the compose.yml file using
cookiecutter gh:placepython/django-servers -
Answer the questions
-
Launch the database using
docker compose up -d