]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docker: Specify GID for docker-compose-pg.yml too
authorDaniel Axtens <dja@axtens.net>
Thu, 24 Oct 2019 04:02:59 +0000 (15:02 +1100)
committerDaniel Axtens <dja@axtens.net>
Tue, 29 Oct 2019 04:32:12 +0000 (15:32 +1100)
We just need to mirror the changes in the MySQL/default
docker-compose.yml file.

Fixes: b4f4c8554c11 ("docker: Require GID also")
Signed-off-by: Daniel Axtens <dja@axtens.net>
docker-compose-pg.yml

index 7bb579c3279f2e7c08075ed081beabe8f599d037..44c49fb6113d3e953fa402053019b50b0fc4f8ae 100644 (file)
@@ -13,6 +13,7 @@ services:
       dockerfile: ./tools/docker/Dockerfile
       args:
         - UID
+        - GID
     depends_on:
       - db
     command: python3 manage.py runserver 0.0.0.0:8000
@@ -22,6 +23,7 @@ services:
       - "8000:8000"
     environment:
       - UID
+      - GID
       - PW_TEST_DB_HOST=db
       - PW_TEST_DB_PORT=5432
       - PW_TEST_DB_TYPE=postgres