alertbot: use _data to ignore data in git tree
This commit is contained in:
parent
de70014435
commit
26f3d3d0e4
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ services:
|
|||
build: alertbot
|
||||
restart: always
|
||||
volumes:
|
||||
- ./alertbot_config/config.yaml:/var/www/alertbot/config.yaml:ro
|
||||
- ./alertbot_data/config.yaml:/var/www/alertbot/config.yaml:ro
|
||||
|
||||
prometheus-alertmanager:
|
||||
build: prometheus-alertmanager
|
||||
|
|
Loading…
Reference in a new issue