mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Make InfluxDB connection options configurable
This commit is contained in:
parent
a130e2215a
commit
99e2fad2b2
3 changed files with 19 additions and 11 deletions
|
|
@ -16,6 +16,9 @@ services:
|
|||
- "DATABASE_NAME=postgres"
|
||||
- "DATABASE_HOST=db"
|
||||
- "DATABASE_PORT=5432"
|
||||
- "INFLUX_HOST=influx"
|
||||
- "INFLUX_PORT=8086"
|
||||
- "INFLUX_DB=pluralkit"
|
||||
restart: always
|
||||
api:
|
||||
build: src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue