Migrations infra & working instance-control + commands
This commit is contained in:
22
all-apps/instance-control/docker-compose.yaml
Normal file
22
all-apps/instance-control/docker-compose.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
version: '3'
|
||||
|
||||
secrets:
|
||||
instance_control_webhooks_secret:
|
||||
file: ./instance-control/webhook_secret
|
||||
|
||||
services:
|
||||
instance_control:
|
||||
image: almir/webhook
|
||||
volumes:
|
||||
- ./instance-control/hooks/:/etc/webhook
|
||||
- /tmp/restic:/tmp/restic
|
||||
secrets:
|
||||
- instance_control_webhooks_secret
|
||||
command:
|
||||
- "-hooks=/etc/webhook/hooks.json"
|
||||
- -verbose
|
||||
networks:
|
||||
- lb
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
lb:
|
||||
Reference in New Issue
Block a user