mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Added missing postgres password to ToroDB.
Thanks to xet7 !
This commit is contained in:
parent
8ec1e4f3fa
commit
995de525d9
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue