deploy alerta on grafana.hosts.hamburg.ccc.de
All checks were successful
/ Ansible Lint (push) Successful in 2m31s
All checks were successful
/ Ansible Lint (push) Successful in 2m31s
This commit is contained in:
parent
5242a14eed
commit
b10d7d1592
8 changed files with 114 additions and 3 deletions
|
|
@ -105,9 +105,30 @@ services:
|
|||
- 8011:8011
|
||||
restart: unless-stopped
|
||||
|
||||
alerta-mongodb:
|
||||
image: docker.io/mongodb/mongodb-community-server:8.2-ubi9-slim
|
||||
container_name: alerta-mongodb
|
||||
volumes:
|
||||
- alerta_mongodb_data:/data/db
|
||||
ports:
|
||||
- 27017:27017
|
||||
restart: unless-stopped
|
||||
|
||||
alerta-web:
|
||||
image: docker.io/alerta/alerta-web:9.1.0
|
||||
container_name: alerta-web
|
||||
volumes:
|
||||
- ./configs/alertad.conf:/app/alertad.conf:ro
|
||||
environment:
|
||||
- DATABASE_URL=mongodb://alerta-mongodb:27017/alerta
|
||||
ports:
|
||||
- 8012:8080
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
graf_data: {}
|
||||
prom_data: {}
|
||||
alertmanager_data: {}
|
||||
loki_data: {}
|
||||
mimir_data: {}
|
||||
alerta_mongodb_data: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue