mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
fix missing PGPASSWORD in env
This commit is contained in:
parent
1237d98579
commit
caf1659465
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ services:
|
|||
dockerfile: ./docker/app/Dockerfile
|
||||
environment:
|
||||
- MIX_ENV=dev
|
||||
- PGPASSWORD=postgres
|
||||
working_dir: /srv/philomena
|
||||
tty: true
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue