Add dev stacks

This commit is contained in:
2025-12-31 20:11:44 -05:00
parent 0bcfed8fb8
commit 13989e2b59
49 changed files with 4948 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: "3.9"
services:
grafana-alert-webhook:
build: .
env_file:
- .env
ports:
- "8081:8081"
volumes:
- ./alert_runbook.yaml:/var/core/mlLogWatcher/alert_runbook.yaml:ro
- /etc/ansible/hosts:/etc/ansible/hosts:ro
- ./.ssh:/var/core/mlLogWatcher/.ssh:ro
restart: unless-stopped