Need to export the password for postgres

In the phoenix example in the README
This commit is contained in:
Nathan
2020-04-28 08:34:20 +02:00
committed by GitHub
parent 05577888e7
commit 033ba30590

View File

@@ -75,6 +75,8 @@ jobs:
db:
image: postgres:11
ports: ['5432:5432']
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s