mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: set database password for focalboard and mattermost to be auto generated
This commit is contained in:
@@ -7,7 +7,7 @@ env = [
|
||||
"VIRTUAL_PORT=8000 # Do Not Alter",
|
||||
"DB_TYPE=postgres",
|
||||
"POSTGRES_USER=focalboard",
|
||||
"POSTGRES_PASSWORD=password",
|
||||
"POSTGRES_PASSWORD=${password:32}",
|
||||
"POSTGRES_DB=focalboard"
|
||||
]
|
||||
mounts = []
|
||||
|
||||
Reference in New Issue
Block a user