fix: postgres options

This commit is contained in:
2025-10-26 11:25:13 +01:00
parent 0ce0eec479
commit 8a59aa539a

View File

@@ -11,6 +11,9 @@ services:
# Performance tuning
POSTGRES_MAX_CONNECTIONS: ${CORE_POSTGRES_MAX_CONNECTIONS:-100}
POSTGRES_SHARED_BUFFERS: ${CORE_POSTGRES_SHARED_BUFFERS:-256MB}
# Preventing password authentication failed for user $USER error
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256
ports:
- 5432:5432
volumes: