mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: start of InfluxDB implementation
This commit is contained in:
@@ -19,6 +19,12 @@ parameters:
|
||||
|
||||
outgoing_ip: '%env(string:OUTGOING_IP)%'
|
||||
|
||||
influxdb_enable: '%env(bool:INFLUXDB_ENABLE)'
|
||||
influxdb_url: '%env(string:INFLUXDB_URL)%'
|
||||
influxdb_token: '%env(string:INFLUXDB_TOKEN)%'
|
||||
influxdb_bucket: '%env(string:INFLUXDB_BUCKET)%'
|
||||
influxdb_org: '%env(string:INFLUXDB_ORG)%'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
_defaults:
|
||||
|
||||
Reference in New Issue
Block a user