renames a folder and added watchtower
This commit is contained in:
@@ -67,4 +67,12 @@ services:
|
||||
networks:
|
||||
- back-tier
|
||||
- front-tier
|
||||
restart: always
|
||||
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- WATCHTOWER_POLL_INTERVAL=3600 # 1 hour
|
||||
restart: always
|
||||
@@ -2,6 +2,6 @@ apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'Default'
|
||||
folder: 'Zerto Metrics'
|
||||
folder: 'Zerto Resiliency Observation Console'
|
||||
options:
|
||||
path: /etc/grafana/provisioning/dashboards
|
||||
Reference in New Issue
Block a user