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