Revert "deploy alerta on grafana.hosts.hamburg.ccc.de"
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
This reverts commit b10d7d1592.
This commit is contained in:
parent
b6cec3ad61
commit
5d16c7781c
8 changed files with 3 additions and 114 deletions
|
|
@ -105,30 +105,9 @@ 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