Add multiple container networks support to Buscarron

This commit is contained in:
Slavi Pantaleev
2023-02-25 15:02:30 +02:00
parent 6c2d397853
commit 0220c851e8
4 changed files with 26 additions and 2 deletions

View File

@ -1685,6 +1685,8 @@ matrix_bot_buscarron_database_engine: "{{ 'postgres' if devture_postgres_enabled
matrix_bot_buscarron_database_hostname: "{{ devture_postgres_connection_hostname if devture_postgres_enabled else '' }}"
matrix_bot_buscarron_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'buscarron.bot.db', rounds=655555) | to_uuid }}"
matrix_bot_container_network: "{{ matrix_docker_network }}"
######################################################################
#
# /matrix-bot-buscarron