docs: add Portainer stack YAML

For deployment on docker.lan via Portainer Web Editor.
Requires image built locally: docker build -t logwatch:latest .

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
LogWatch
2026-03-22 08:49:22 +01:00
parent a62c16d708
commit ab640de08f

11
portainer-stack.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
logwatch:
image: logwatch:latest
container_name: logwatch
restart: unless-stopped
environment:
- SOURCE_URL=https://ntfy.albert-zangerl.com/albert
- TARGET_URL=https://ntfy.albert-zangerl.com/wichtig
# - TARGET_TOKEN=your-token-here
- LOG_LEVEL=INFO
- RECONNECT_DELAY=10