Feat: Update synapse db container to run only on socket

This commit is contained in:
CoolnsX
2025-08-27 13:29:05 +05:30
parent 8b151fa215
commit 08b5c07938

View File

@@ -5,7 +5,7 @@ Description=Synapse Database Container
Pod=matrix.pod Pod=matrix.pod
ContainerName=synapse_db ContainerName=synapse_db
Image=docker.io/library/postgres:alpine Image=docker.io/library/postgres:alpine
Exec=postgres -c unix_socket_directories='/var/run/postgresql/,/tmp/matrix/' -c unix_socket_permissions=0770 -c shared_buffers=2GB -c work_mem=64MB -c effective_cache_size=4GB Exec=postgres -c unix_socket_directories='/var/run/postgresql/,/tmp/matrix/' -c unix_socket_permissions=0770 -c shared_buffers=2GB -c work_mem=64MB -c effective_cache_size=4GB -c listen_addresses=''
# Enable auto-update container # Enable auto-update container
AutoUpdate=registry AutoUpdate=registry