Initial commit: Dockerfile, CI, README
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user