summaryrefslogtreecommitdiff
path: root/docker-compose-pg.yml
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-05-02 16:06:25 +0100
committerStephen Finucane <stephen@that.guru>2018-05-03 09:08:24 +0100
commit29c704a9a1a4014cb7be3415099f7660d26f9867 (patch)
treebbb46b4124c5e7ed2e77a46382f65a7430461b89 /docker-compose-pg.yml
parentaed31081a8d57839c6d0c543d4d6b6c52580803f (diff)
downloadpatchwork-29c704a9a1a4014cb7be3415099f7660d26f9867.tar
patchwork-29c704a9a1a4014cb7be3415099f7660d26f9867.tar.gz
docker-compose: Re-add 'PGPASSWORD' to correct section
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>
Diffstat (limited to 'docker-compose-pg.yml')
-rw-r--r--docker-compose-pg.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker-compose-pg.yml b/docker-compose-pg.yml
index fdc3fbe..7bb579c 100644
--- a/docker-compose-pg.yml
+++ b/docker-compose-pg.yml
@@ -6,8 +6,6 @@ services:
- ./tools/docker/db/postdata:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=password
- - PGUSER=postgres
- - PGPASSWORD=password
web:
build:
@@ -29,3 +27,4 @@ services:
- PW_TEST_DB_TYPE=postgres
- PW_TEST_DB_USER=postgres
- PW_TEST_DB_PASS=password
+ - PGPASSWORD=password