1
0
Fork 0

added details for influx stack

This commit is contained in:
leo 2022-11-03 21:21:12 +01:00
parent 50081203b2
commit abaac3278d
2 changed files with 13 additions and 0 deletions

View file

@ -1,8 +1,13 @@
# Running Influxdb / Grafana / Telegraf / Caddy docker container stack # Running Influxdb / Grafana / Telegraf / Caddy docker container stack
Ready to go container stack for deploying InfluxDB v2, Grafana, Telegraf and webserver secured with SSL
#### requirements: #### requirements:
- domain "influx.domain.com" and "grafana.domain.com" with setup A / AAAA records to the server
- /services/influxdb-grafana-telegraf created, copy docker-compose.yaml to this. - /services/influxdb-grafana-telegraf created, copy docker-compose.yaml to this.
- caddyfile_sample needs to be adjusted and moved to /services/influxdb-grafana-telegraf/caddy/Caddyfile
Websites: Websites:
https://www.influxdata.com/ https://www.influxdata.com/

View file

@ -0,0 +1,8 @@
grafana.domain.com {
encode zstd gzip
reverse_proxy http://172.17.0.1:3000
}
influx.domain.com {
encode zstd gzip
reverse_proxy http://172.17.0.1:8086
}