]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docker-compose: Re-add 'PGPASSWORD' to correct section
authorStephen Finucane <stephen@that.guru>
Wed, 2 May 2018 15:06:25 +0000 (16:06 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 3 May 2018 08:08:24 +0000 (09:08 +0100)
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>
docker-compose-pg.yml

index fdc3fbefa5726087e8664cf32f81bf2ba01ff769..7bb579c3279f2e7c08075ed081beabe8f599d037 100644 (file)
@@ -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