add telegraf, portainer to auto-update
This commit is contained in:
@@ -15,7 +15,8 @@ services:
|
||||
- has_config:/mnt/has_config
|
||||
- nginx_conf:/mnt/nginx_config
|
||||
- mosquitto_config:/mnt/mosquitto_config
|
||||
- hostfs_home_admin_repos:/mnt/hostfs_home_admin_repos
|
||||
- telegraf_conf:/mnt/telegraf_conf
|
||||
- hostfs:/mnt/hostfs
|
||||
networks:
|
||||
- code
|
||||
- reverseproxy_public
|
||||
@@ -28,13 +29,17 @@ volumes:
|
||||
has_config:
|
||||
name: has_app_config
|
||||
external: true
|
||||
has_config:
|
||||
hostfs:
|
||||
external: true
|
||||
nginx_conf:
|
||||
name: reverseproxy_nginx-conf.d
|
||||
external: true
|
||||
mosquitto_config:
|
||||
external: true
|
||||
hostfs_home_admin_repos:
|
||||
telegraf_conf:
|
||||
external: true
|
||||
name: monitoring_telegraf_conf
|
||||
networks:
|
||||
code:
|
||||
reverseproxy_public:
|
||||
|
||||
Reference in New Issue
Block a user