mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 20:45:48 +00:00
Add default matrix_postgres_additional_databases
This commit is contained in:
parent
77a5c7cf3c
commit
dac0d3a682
@ -30,3 +30,13 @@ matrix_postgres_container_extra_arguments: []
|
|||||||
#
|
#
|
||||||
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:5432"), or empty string to not expose.
|
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:5432"), or empty string to not expose.
|
||||||
matrix_postgres_container_postgres_bind_port: ""
|
matrix_postgres_container_postgres_bind_port: ""
|
||||||
|
|
||||||
|
# A list of additional (databases and their credentials) to create.
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# matrix_postgres_additional_databases:
|
||||||
|
# - name: matrix_appservice_discord
|
||||||
|
# pass: some-password
|
||||||
|
# - name: matrix_appservice_slack
|
||||||
|
# pass: some-password
|
||||||
|
matrix_postgres_additional_databases: []
|
||||||
|
Loading…
Reference in New Issue
Block a user