You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-04 21:43:06 +02:00
fix etherpad postgres wiring
This commit is contained in:
@ -4388,7 +4388,7 @@ postgres_managed_databases_auto: |
|
|||||||
'name': etherpad_database_name,
|
'name': etherpad_database_name,
|
||||||
'username': etherpad_database_username,
|
'username': etherpad_database_username,
|
||||||
'password': etherpad_database_password,
|
'password': etherpad_database_password,
|
||||||
}] if (etherpad_enabled and etherpad_database_engine == 'postgres' and etherpad_database_hostname == postgres_connection_hostname) else [])
|
}] if (etherpad_enabled and etherpad_database_type == 'postgres' and etherpad_database_hostname == postgres_connection_hostname) else [])
|
||||||
+
|
+
|
||||||
([{
|
([{
|
||||||
'name': prometheus_postgres_exporter_database_name,
|
'name': prometheus_postgres_exporter_database_name,
|
||||||
|
Reference in New Issue
Block a user