|
|
@@ -2038,6 +2038,8 @@ matrix_bot_buscarron_container_labels_traefik_docker_network: "{{ matrix_playboo |
|
|
matrix_bot_buscarron_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}" |
|
|
matrix_bot_buscarron_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}" |
|
|
matrix_bot_buscarron_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}" |
|
|
matrix_bot_buscarron_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}" |
|
|
|
|
|
|
|
|
|
|
|
matrix_bot_buscarron_homeserver: "{{ matrix_addons_homeserver_client_api_url }}" |
|
|
|
|
|
|
|
|
# Postgres is the default, except if not using internal Postgres server |
|
|
# Postgres is the default, except if not using internal Postgres server |
|
|
matrix_bot_buscarron_database_engine: "{{ 'postgres' if devture_postgres_enabled else 'sqlite' }}" |
|
|
matrix_bot_buscarron_database_engine: "{{ 'postgres' if devture_postgres_enabled else 'sqlite' }}" |
|
|
matrix_bot_buscarron_database_hostname: "{{ devture_postgres_connection_hostname if devture_postgres_enabled else '' }}" |
|
|
matrix_bot_buscarron_database_hostname: "{{ devture_postgres_connection_hostname if devture_postgres_enabled else '' }}" |
|
|
|