Documented the database connection pooling in the Website service.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user