mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 19:56:13 +00:00
Create docker-compose.yml
This commit is contained in:
parent
7a62d4a9c4
commit
65dccefe7d
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
version: "3.5"
|
||||
|
||||
services:
|
||||
|
||||
webhookd:
|
||||
hostname: webhookd
|
||||
image: ncarlier/webhookd:latest
|
||||
container_name: webhookd
|
||||
restart: always
|
||||
networks:
|
||||
- default
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- APP_SCRIPTS_DIR=/scripts
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ~/docker/webhookd/scripts:/scripts
|
||||
- ~/docker/webhookd/logs:/tmp
|
Loading…
Reference in New Issue
Block a user