Explorar o código

Added missing postgres password to ToroDB.

Thanks to xet7 !
Lauri Ojansivu %!s(int64=4) %!d(string=hai) anos
pai
achega
995de525d9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      torodb-postgresql/docker-compose.yml

+ 2 - 2
torodb-postgresql/docker-compose.yml

@@ -99,7 +99,7 @@ services:
       - postgres
       - mongodb
     environment:
-      - POSTGRES_PASSWORD
+      - POSTGRES_PASSWORD=wekan
       - TORODB_SETUP=true
       - TORODB_SYNC_SOURCE=mongodb:27017
       - TORODB_BACKEND_HOST=postgres
@@ -113,7 +113,7 @@ services:
     networks:
       - wekan-tier
     environment:
-      - POSTGRES_PASSWORD
+      - POSTGRES_PASSWORD=wekan
     ports:
       - "5432:5432"
   mongodb: