synapse: Use simple database hostname

This commit is contained in:
uumas
2026-03-12 00:23:22 +02:00
parent 4a68ab25e1
commit c673aae8dc

View File

@@ -27,7 +27,7 @@ listeners:
database:
name: psycopg2
args:
host: synapse-postgres
host: postgres
user: synapse
password: "{{ service_podman_secrets['synapse-postgres'] }}"
dbname: synapse