adds a default postgres user during development

This commit is contained in:
Jannis Gebauer 2016-03-08 10:15:05 +01:00
parent 982b21d61b
commit 93c65590ee

View File

@ -6,6 +6,8 @@ services:
# If you are using boot2docker, postgres data has to live in the VM for now until #581 is fixed
# for more info see here: https://github.com/boot2docker/boot2docker/issues/581
- /data/dev/{{cookiecutter.repo_name}}/postgres:/var/lib/postgresql/data
environment:
- POSTGRES_USER={{cookiecutter.repo_name}}
django:
build: