Files
webhooks/docker-compose.yml
2021-10-24 17:16:07 +02:00

14 lines
290 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/.ssh/lajuntament:/app/lajuntament