From ab640de08f737dd6da093a643f2efb30abca32a6 Mon Sep 17 00:00:00 2001 From: LogWatch Date: Sun, 22 Mar 2026 08:49:22 +0100 Subject: [PATCH] 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 --- portainer-stack.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 portainer-stack.yml diff --git a/portainer-stack.yml b/portainer-stack.yml new file mode 100644 index 0000000..c5693ad --- /dev/null +++ b/portainer-stack.yml @@ -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