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