fix min connection
All checks were successful
deploy / deploy (push) Successful in 27s
test / smoke-test (push) Successful in 5s

This commit is contained in:
Dusan Vojacek
2026-04-12 20:54:23 +02:00
parent 0ba72c7704
commit 3066a82265
3 changed files with 11 additions and 1 deletions

View File

@@ -3,6 +3,10 @@ services:
db:
image: timescale/timescaledb:2.26.1-pg18
restart: unless-stopped
command:
- postgres
- -c
- max_connections=${POSTGRES_MAX_CONNECTIONS:-300}
environment:
POSTGRES_DB: ems
POSTGRES_USER: ${DB_USER}