Label stacks that should only run on ubuntu-dev: - bookclub, dockge, filebrowser, meshmon, meshtastic-web - mllogwatcher, network-mcp, obby, obsidian-tools - syncthing, szurubooru These will now be filtered by the updated workflow. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
388 B
YAML
17 lines
388 B
YAML
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
|
|
labels:
|
|
- "com.ghost.tel/stack-type=dev-only"
|