mirror of
https://github.com/wahyd4/tig-stack.git
synced 2026-08-09 05:06:03 +10:00
Update docker-compose.yml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
grafana:
|
||||
image: matisq/grafana
|
||||
image: matisq/grafana:latest
|
||||
ports:
|
||||
- ${grafana_port}:3000
|
||||
links:
|
||||
@@ -31,7 +31,7 @@ grafana-data:
|
||||
- /var/lib/grafana/plugins
|
||||
|
||||
influxdb:
|
||||
image: matisq/influxdb
|
||||
image: matisq/influxdb:latest
|
||||
ports:
|
||||
- ${influx_ui}:8083
|
||||
- ${influx_db}:8086
|
||||
@@ -51,7 +51,7 @@ influxdb-data:
|
||||
- /var/lib/influxdb
|
||||
|
||||
telegraf:
|
||||
image: matisq/telegraf
|
||||
image: matisq/telegraf:latest
|
||||
links:
|
||||
- influxdb:influxdb
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user