alertbot: use _data to ignore data in git tree

This commit is contained in:
Alexandre Iooss 2021-12-20 12:04:16 +01:00 committed by root
parent de70014435
commit 26f3d3d0e4

View file

@ -129,7 +129,7 @@ services:
build: alertbot build: alertbot
restart: always restart: always
volumes: volumes:
- ./alertbot_config/config.yaml:/var/www/alertbot/config.yaml:ro - ./alertbot_data/config.yaml:/var/www/alertbot/config.yaml:ro
prometheus-alertmanager: prometheus-alertmanager:
build: prometheus-alertmanager build: prometheus-alertmanager