Documented the database connection pooling in the Website service.

This commit is contained in:
2026-08-11 01:35:43 +02:00
parent 19fa9d8d8c
commit 8303598244
3 changed files with 13 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@ services:
DATABASE_USERNAME: ${DATABASE_USERNAME:-loud}
DATABASE_PASSWORD: ${DATABASE_PASSWORD:?DATABASE_PASSWORD is required}
DATABASE_TLS: ${DATABASE_TLS:-require}
DATABASE_POOL_MAX_PER_EVENT_LOOP: ${DATABASE_POOL_MAX_PER_EVENT_LOOP:-4}
healthcheck:
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "http://127.0.0.1:8080/health"]
interval: 30s