Bump database maximum connections to 1000 in Docker

This commit is contained in:
Ske 2019-08-03 00:27:25 +02:00
parent ef68a5250f
commit a201ad644e

View File

@ -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:
@ -50,4 +51,4 @@ services:
volumes:
db_data:
influx_data:
influx_data: