fix missing PGPASSWORD in env

This commit is contained in:
byte[] 2020-05-27 19:39:33 -04:00
parent 1237d98579
commit caf1659465

View file

@ -10,6 +10,7 @@ services:
dockerfile: ./docker/app/Dockerfile
environment:
- MIX_ENV=dev
- PGPASSWORD=postgres
working_dir: /srv/philomena
tty: true
volumes: