Skip to content

Commit

Permalink
Change tele img name (#56)
Browse files Browse the repository at this point in the history
* Update docker-compose.yml

* Update .version
  • Loading branch information
door7302 committed Sep 13, 2024
1 parent a84637e commit c55609e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion compose/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.10
1.0.11
16 changes: 8 additions & 8 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- ./influxdb/data:/var/lib/influxdb
telegraf_vmx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
image: jts_telegraf:latest
container_name: telegraf_vmx
restart: always
user: root
Expand All @@ -31,12 +31,12 @@ services:
command:
--config-directory /etc/telegraf/telegraf.d
telegraf_mx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
image: jts_telegraf:latest
container_name: telegraf_mx
restart: always
user: root
depends_on:
- telegraf_vmx
- influxdb
volumes:
- /var/log:/var/log
Expand All @@ -46,12 +46,12 @@ services:
command:
--config-directory /etc/telegraf/telegraf.d
telegraf_ptx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
image: jts_telegraf:latest
container_name: telegraf_ptx
restart: always
user: root
depends_on:
- telegraf_vmx
- influxdb
volumes:
- /var/log:/var/log
Expand All @@ -61,12 +61,12 @@ services:
command:
--config-directory /etc/telegraf/telegraf.d
telegraf_acx:
build: https://github.com/door7302/jts_telegraf.git#v1.0.6
image: telegraf:latest
image: jts_telegraf:latest
container_name: telegraf_acx
restart: always
user: root
depends_on:
- telegraf_vmx
- influxdb
volumes:
- /var/log:/var/log
Expand Down Expand Up @@ -112,7 +112,7 @@ services:
- ./grafana/data:/var/lib/grafana
- ./grafana/plugins:/var/lib/grafana/plugins
jtso:
build: https://github.com/door7302/jtso.git#v1.0.4
build: https://github.com/door7302/jtso.git#v1.0.5
image: jtso:latest
container_name: jtso
restart: always
Expand Down

0 comments on commit c55609e

Please sign in to comment.