This was moved in commit '
1590c21d' but should not have been. Restore it
to its rightful place.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 1590c21d ("docker-compose: Remove 'links' section")
Tested-by: Daniel Axtens <dja@axtens.net>
- ./tools/docker/db/postdata:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=password
- - PGUSER=postgres
- - PGPASSWORD=password
web:
build:
- PW_TEST_DB_TYPE=postgres
- PW_TEST_DB_USER=postgres
- PW_TEST_DB_PASS=password
+ - PGPASSWORD=password