mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix initializing postgres on first startup (#153)
This commit is contained in:
parent
ab8b5e3786
commit
3ba6bc3224
1 changed files with 3 additions and 1 deletions
|
|
@ -32,6 +32,8 @@ services:
|
|||
- "db_data:/var/lib/postgresql/data"
|
||||
restart: always
|
||||
command: ["postgres", "-c", "max-connections=1000"]
|
||||
environment:
|
||||
- "POSTGRES_PASSWORD=postgres"
|
||||
influx:
|
||||
image: influxdb:alpine
|
||||
volumes:
|
||||
|
|
@ -39,7 +41,7 @@ services:
|
|||
ports:
|
||||
- 2839:8086
|
||||
restart: always
|
||||
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
influx_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue