mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
Merge branch 'master' of github.com:xSke/PluralKit
This commit is contained in:
commit
329a337518
1 changed files with 3 additions and 1 deletions
|
|
@ -32,6 +32,8 @@ services:
|
||||||
- "db_data:/var/lib/postgresql/data"
|
- "db_data:/var/lib/postgresql/data"
|
||||||
restart: always
|
restart: always
|
||||||
command: ["postgres", "-c", "max-connections=1000"]
|
command: ["postgres", "-c", "max-connections=1000"]
|
||||||
|
environment:
|
||||||
|
- "POSTGRES_PASSWORD=postgres"
|
||||||
influx:
|
influx:
|
||||||
image: influxdb:alpine
|
image: influxdb:alpine
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -39,7 +41,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 2839:8086
|
- 2839:8086
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
influx_data:
|
influx_data:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue