feat: Gitea Actions CI + env file + Gitea registry image
Some checks failed
Build & Push Docker Image / build (push) Failing after 1m50s

- .gitea/workflows/docker.yml: builds and pushes image to
  git.albert-zangerl.com/al/logwatch on every push to main
  and on version tags (v*)
- stack.env.example: template for environment variables
- stack.env: gitignored, lives on docker.lan next to the stack
- portainer-stack.yml: updated to use Gitea registry image
  and env_file reference

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
LogWatch
2026-03-22 08:52:00 +01:00
parent ab640de08f
commit df15adc572
5 changed files with 57 additions and 9 deletions

View File

@@ -1,11 +1,7 @@
services:
logwatch:
image: logwatch:latest
image: git.albert-zangerl.com/al/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
env_file:
- stack.env