Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
BC-3638 - add env EXIT_ON_ERROR (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP authored Feb 8, 2024
1 parent ad54747 commit 78ee0fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 303 deletions.
3 changes: 3 additions & 0 deletions compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ services:
- calendar
environment:
# ENV
- EXIT_ON_ERROR=false
- NODE_ENV=${NODE_ENV:-development}
- HOST=http://localhost:3030
- SC_DOMAIN=localhost
Expand All @@ -142,6 +143,8 @@ services:
- FILES_STORAGE__S3_SECRET_ACCESS_KEY=miniouser
- FILES_STORAGE__S3_BUCKET=schulcloud
- FILES_STORAGE__S3_REGION=eu-central-1
- CLAMAV__SERVICE_HOSTNAME=localhost
- CLAMAV__SERVICE_PORT=3310
# URIs and Port
- DB_URL=mongodb://mongodb:27017,mongodb-secondary:27017,mongodb-arbiter:27017/schulcloud?replicaSet=rs0&tls=false&readPreference=secondary
- DATABASE__URL=mongodb://server-mongodb:27017/schulcloud
Expand Down
162 changes: 0 additions & 162 deletions docker-compose.end-to-end-tests-Build.yml

This file was deleted.

141 changes: 0 additions & 141 deletions docker-compose.integration-test-Build.yml

This file was deleted.

0 comments on commit 78ee0fc

Please sign in to comment.