django-docker-bootstrap
django-docker-bootstrap copied to clipboard
Django development/production environment with docker
The first account created on a mac becomes uid 501 with gid 20. Because of this, the groupadd command in the base Dockerfile fails. This can be seen when running...
Hi, In django;s run.py file there is three line of code which is giving permission error: ``` ensure_dir('/data/logs/django', owner='developer', group='developer') ensure_dir('/data/static', owner='developer', group='developer') ensure_dir('/src/locale', owner='developer', group='developer') ``` Error: chown: changing...
Hi, I am using production-docker-compose.yml file to run the project but its giving me 502 error I have check the nginx logs and found this error: 2016/09/29 05:38:28 [crit] 11#11:...