updated docker compose to use webhook url
Some checks failed
Automatisch Backend Tests / test (pull_request) Has been cancelled
Automatisch CI / linter (pull_request) Has been cancelled
Automatisch CI / start-backend-server (pull_request) Has been cancelled
Automatisch CI / start-backend-worker (pull_request) Has been cancelled
Automatisch CI / build-web (pull_request) Has been cancelled
Some checks failed
Automatisch Backend Tests / test (pull_request) Has been cancelled
Automatisch CI / linter (pull_request) Has been cancelled
Automatisch CI / start-backend-server (pull_request) Has been cancelled
Automatisch CI / start-backend-worker (pull_request) Has been cancelled
Automatisch CI / build-web (pull_request) Has been cancelled
This commit is contained in:
parent
14386cbd7b
commit
a2346bf537
@ -66,6 +66,7 @@ services:
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
|
||||
- WEBHOOK_SECRET_KEY=${WEBHOOK_SECRET_KEY}
|
||||
- WEBHOOK_URL=${WEBHOOK_URL}
|
||||
- APP_SECRET_KEY=${APP_SECRET_KEY}
|
||||
volumes:
|
||||
- automatisch_storage:/automatisch/storage
|
||||
@ -85,6 +86,7 @@ services:
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
|
||||
- WEBHOOK_SECRET_KEY=${WEBHOOK_SECRET_KEY}
|
||||
- WEBHOOK_URL=${WEBHOOK_URL}
|
||||
- APP_SECRET_KEY=${APP_SECRET_KEY}
|
||||
- WORKER=true
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user