mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-02 15:48:00 +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
|
dockerfile: ./docker/app/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- MIX_ENV=dev
|
- MIX_ENV=dev
|
||||||
|
- PGPASSWORD=postgres
|
||||||
working_dir: /srv/philomena
|
working_dir: /srv/philomena
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue