Files
webhooks/docker-compose.yml
2021-10-25 00:35:57 +02:00

14 lines
317 B
YAML

version: "3"
services:
webhooks:
build:
context: .
dockerfile: deploy/Dockerfile
environment:
CONFIG_FILE: ./config.json
ports:
- "6000:6000"
volumes:
- ./test/config.json:/app/config.json
- /home/marc/vatnajokull/nomad_volumes/webhooks/webhooks:/app/lajuntament