Merge pull request #343 from specklesystems/webhooks

Webhooks
This commit is contained in:
Cristian Balas
2021-07-23 12:57:30 +03:00
committed by GitHub
25 changed files with 1905 additions and 12 deletions
+9
View File
@@ -41,3 +41,12 @@ services:
environment:
DEBUG: "preview-service:*"
PG_CONNECTION_STRING: "postgres://speckle:speckle@postgres/speckle"
webhook-service:
build:
context: .
dockerfile: packages/webhook-service/Dockerfile
restart: always
environment:
DEBUG: "webhook-service:*"
PG_CONNECTION_STRING: "postgres://speckle:speckle@postgres/speckle"