16 lines
461 B
Markdown
16 lines
461 B
Markdown
# 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.
|