Auto Merge of PR 9 - webhook-container-deployment_2025-08-29T06-46-30
Merged by Trez.One
This commit was merged in pull request #9.
This commit is contained in:
@@ -188,6 +188,15 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
webhook:
|
||||||
|
command: '-verbose -hooks=/etc/webhook/hooks.json -hotreload'
|
||||||
|
image: almir/webhook
|
||||||
|
container_name: webhook
|
||||||
|
ports:
|
||||||
|
- 9000:9000
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${RIKKU_DOCKER_DIR}/webhook:/etc/webhook
|
||||||
volumes:
|
volumes:
|
||||||
ollama:
|
ollama:
|
||||||
name: ollama
|
name: ollama
|
||||||
|
|||||||
Reference in New Issue
Block a user