fix min connection
This commit is contained in:
@@ -10,6 +10,11 @@ services:
|
||||
db:
|
||||
image: timescale/timescaledb:2.26.1-pg18
|
||||
restart: unless-stopped
|
||||
# Výchozí max_connections=100 snadno nestačí (PostgREST, backend, psql, IDE, MCP). Zvýšení přes .env.
|
||||
command:
|
||||
- postgres
|
||||
- -c
|
||||
- max_connections=${POSTGRES_MAX_CONNECTIONS:-100}
|
||||
environment:
|
||||
POSTGRES_DB: ems
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
|
||||
Reference in New Issue
Block a user