Bump database maximum connections to 1000 in Docker
This commit is contained in:
parent
ef68a5250f
commit
a201ad644e
@ -40,6 +40,7 @@ services:
|
||||
volumes:
|
||||
- "db_data:/var/lib/postgresql/data"
|
||||
restart: always
|
||||
command: ["postgres", "-c", "max-connections=1000"]
|
||||
influx:
|
||||
image: influxdb:alpine
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user