Make InfluxDB connection options configurable

This commit is contained in:
Ske
2018-09-01 19:16:42 +02:00
parent a130e2215a
commit 99e2fad2b2
3 changed files with 19 additions and 11 deletions

View File

@@ -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/