Added deploy files

This commit is contained in:
2021-10-24 17:16:07 +02:00
parent 7f82b25cde
commit 4363674265
6 changed files with 64 additions and 2 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
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