Make InfluxDB connection options configurable
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user