feat: add notifications system with alert engine, email, scheduler, and traffic services
This commit is contained in:
@@ -10,7 +10,23 @@ services:
|
||||
- SSH_USER=ubuntu
|
||||
- SSH_KEY_PATH=/root/.ssh/id_rsa
|
||||
- PORT=3002
|
||||
- SMTP_HOST=mail.bshtech.net
|
||||
- SMTP_PORT=587
|
||||
- SMTP_USER=noreply@bshtech.net
|
||||
- SMTP_PASS=Ev3ntifyN0Reply2026
|
||||
- DATA_DIR=/app/data
|
||||
- APP_URL=https://status.eventifyplus.com
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
- /home/ubuntu/.ssh/id_rsa:/root/.ssh/id_rsa:ro
|
||||
- monitor-data:/app/data
|
||||
networks:
|
||||
- eventify-net
|
||||
|
||||
volumes:
|
||||
monitor-data:
|
||||
|
||||
networks:
|
||||
eventify-net:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user