mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-23 11:25:49 +00:00
- removed env.production and added a env.example that should be renamed to `.env` (not tracked by default)
- Refactored docker-compose.yml
* adding user to django, celeryworker, celerybeat so that we got rid of the `su` hack
* removed rabbitmq
- Refactored Dockerfile
- Refactored `entrypoint.sh` and added inline documentation
- Removed `su` hack from gunicorn.sh
- Added documentation
12 lines
No EOL
321 B
Text
12 lines
No EOL
321 B
Text
POSTGRES_PASSWORD=mysecretpass
|
|
POSTGRES_USER=postgresuser
|
|
|
|
DJANGO_SETTINGS_MODULE=config.settings.production
|
|
DJANGO_SECRET_KEY=
|
|
DJANGO_AWS_ACCESS_KEY_ID=
|
|
DJANGO_AWS_SECRET_ACCESS_KEY=
|
|
DJANGO_AWS_STORAGE_BUCKET_NAME=
|
|
DJANGO_MAILGUN_API_KEY=
|
|
DJANGO_MAILGUN_SERVER_NAME=
|
|
DJANGO_SERVER_EMAIL=
|
|
DJANGO_SECURE_SSL_REDIRECT=False |