add telegraf, portainer to auto-update

This commit is contained in:
2024-05-07 22:17:03 +01:00
parent e916f48254
commit 355b68e28c
5 changed files with 20 additions and 9 deletions

View File

@@ -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: