Initial commit: Dockerfile, CI, README

This commit is contained in:
2026-09-13 09:56:07 +02:00
commit f7970692a6
3 changed files with 42 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# nas-webhook
Lightweight webhook container for NAS auto-deploy. Alpine-based with `docker-cli` and `docker-cli-compose` included so hooks can run `docker compose pull && docker compose up -d`.
## Image
```
registry.gitlab.com/bgrolleman/nas-webhook:latest
```
## Usage
See the [webhook documentation](https://github.com/adnanh/webhook) for hook configuration.
Requires `/var/run/docker.sock` mounted to execute Docker commands from within the container.