Build alertbot and kanbot from git

This commit is contained in:
Alexandre Iooss 2021-12-20 12:50:49 +01:00 committed by root
parent 26f3d3d0e4
commit f93fe9917f
5 changed files with 5 additions and 14 deletions

6
.gitmodules vendored
View file

@ -1,6 +0,0 @@
[submodule "kanbot"]
path = kanbot
url = https://gitea.auro.re/aurore/kanbot
[submodule "alertbot"]
path = alertbot
url = https://gitea.auro.re/aurore/alertbot

@ -1 +0,0 @@
Subproject commit c24d9d6953293906141b4d72f7a60882509e2431

View file

@ -88,7 +88,7 @@ services:
- 8089:8080
kanbot:
build: kanbot
build: https://gitea.auro.re/aurore/kanbot.git
restart: always
volumes:
- ./kanbot_data/config.yaml:/var/www/kanbot/config.yaml:ro
@ -126,14 +126,16 @@ services:
- 9005:9005
alertbot:
build: alertbot
build: https://gitea.auro.re/aurore/alertbot.git
restart: always
volumes:
- ./alertbot_data/config.yaml:/var/www/alertbot/config.yaml:ro
prometheus-alertmanager:
build: prometheus-alertmanager
image: prom/alertmanager:v0.21.0
restart: always
volumes:
- ./prometheus-alertmanager/alertmanager.yml:/etc/alertmanager/alertmanager.yml:ro
ports:
- 9093:9093
depends_on:

1
kanbot

@ -1 +0,0 @@
Subproject commit 95cabfb36d34da267c79ef671231710697493364

View file

@ -1,3 +0,0 @@
FROM prom/alertmanager:v0.21.0
COPY alertmanager.yml /etc/alertmanager/alertmanager.yml