Initial version of instance control and snapshot triggering
This commit is contained in:
25
all-apps/instance-control-webhooks/docker-compose.yaml
Normal file
25
all-apps/instance-control-webhooks/docker-compose.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: '3'
|
||||
|
||||
secrets:
|
||||
instance_control_webhooks_secret:
|
||||
file: ./instance-control-webhooks/webhook_secret
|
||||
|
||||
services:
|
||||
node_webhooks:
|
||||
image: almir/webhook
|
||||
volumes:
|
||||
- ./instance-control-webhooks/hooks/:/etc/webhook
|
||||
- /tmp/restic:/tmp/restic
|
||||
secrets:
|
||||
- instance_control_webhooks_secret
|
||||
command:
|
||||
- -template
|
||||
- "-hooks=/etc/webhook/hooks.yaml"
|
||||
- -verbose
|
||||
networks:
|
||||
- lb
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9000:9000
|
||||
networks:
|
||||
lb:
|
||||
Reference in New Issue
Block a user