mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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
|
- postgres
|
||||||
- mongodb
|
- mongodb
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD
|
- POSTGRES_PASSWORD=wekan
|
||||||
- TORODB_SETUP=true
|
- TORODB_SETUP=true
|
||||||
- TORODB_SYNC_SOURCE=mongodb:27017
|
- TORODB_SYNC_SOURCE=mongodb:27017
|
||||||
- TORODB_BACKEND_HOST=postgres
|
- TORODB_BACKEND_HOST=postgres
|
||||||
|
|
@ -113,7 +113,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- wekan-tier
|
- wekan-tier
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD
|
- POSTGRES_PASSWORD=wekan
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
mongodb:
|
mongodb:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue