Added deploy files
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user