mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Merge pull request #503 from calculuscowboy/master
Add POSTGRES_USER environment variable to django service.
This commit is contained in:
commit
8d233805fb
|
@ -17,6 +17,8 @@ services:
|
|||
command: python /app/manage.py runserver_plus 0.0.0.0:8000
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
- POSTGRES_USER={{cookiecutter.repo_name}}
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user