mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「✨」 feat: added alert manager 🎉
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
services:
|
||||
alert-manager:
|
||||
container_name: transcendence-alert
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
args:
|
||||
SMTP_SMARTHOST: ${SMTP_SMARTHOST}
|
||||
SMTP_FROM: ${SMTP_FROM}
|
||||
SMTP_AUTH_USERNAME: ${SMTP_AUTH_USERNAME}
|
||||
SMTP_AUTH_PASSWORD: ${SMTP_AUTH_PASSWORD}
|
||||
EMAIL_TO: ${EMAIL_TO}
|
||||
ports:
|
||||
- 9093:9093
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
depends_on:
|
||||
prometheus:
|
||||
condition: service_started
|
||||
networks:
|
||||
- prom
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user