Merge pull request 'updated docker compose to use webhook url' (#15) from dev into main
Some checks failed
Automatisch Backend Tests / test (push) Has been cancelled
Automatisch CI / linter (push) Has been cancelled
Automatisch CI / start-backend-server (push) Has been cancelled
Automatisch CI / start-backend-worker (push) Has been cancelled
Automatisch CI / build-web (push) Has been cancelled
Automatisch UI Tests / test (push) Has been cancelled
Some checks failed
Automatisch Backend Tests / test (push) Has been cancelled
Automatisch CI / linter (push) Has been cancelled
Automatisch CI / start-backend-server (push) Has been cancelled
Automatisch CI / start-backend-worker (push) Has been cancelled
Automatisch CI / build-web (push) Has been cancelled
Automatisch UI Tests / test (push) Has been cancelled
Reviewed-on: #15
This commit is contained in:
commit
050e8368e7
@ -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