14 lines
317 B
YAML
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
|