mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Bump database maximum connections to 1000 in Docker
This commit is contained in:
parent
ef68a5250f
commit
a201ad644e
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue