1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Merge pull request #1202 from TorstenDittmann/feat-influx-env-variables

feat(system): add env to configure telegraf
This commit is contained in:
Eldad A. Fux 2021-06-08 00:00:43 +03:00 committed by GitHub
commit 2238097b3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View file

@ -8,7 +8,10 @@
- Renamed *Devices* to *Sessions* - Renamed *Devices* to *Sessions*
- Add Provider Icon to each Session - Add Provider Icon to each Session
- Add Anonymous Account Placeholder - Add Anonymous Account Placeholder
- Upgraded telegraf docker image version to v1.1.0 - Upgraded telegraf docker image version to v1.2.0
- Added new environment variables to the `telegraf` service:
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
## Bugs ## Bugs

View file

@ -372,11 +372,14 @@ services:
- appwrite-influxdb:/var/lib/influxdb:rw - appwrite-influxdb:/var/lib/influxdb:rw
telegraf: telegraf:
image: appwrite/telegraf:1.1.0 image: appwrite/telegraf:1.2.0
container_name: appwrite-telegraf container_name: appwrite-telegraf
restart: unless-stopped restart: unless-stopped
networks: networks:
- appwrite - appwrite
environment:
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
networks: networks:
gateway: gateway:

View file

@ -431,10 +431,13 @@ services:
- appwrite-influxdb:/var/lib/influxdb:rw - appwrite-influxdb:/var/lib/influxdb:rw
telegraf: telegraf:
image: appwrite/telegraf:1.1.0 image: appwrite/telegraf:1.2.0
container_name: appwrite-telegraf container_name: appwrite-telegraf
networks: networks:
- appwrite - appwrite
environment:
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
# Dev Tools Start ------------------------------------------------------------------------------------------ # Dev Tools Start ------------------------------------------------------------------------------------------
# #