diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-08-03 16:46:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 16:46:10 +0200 |
| commit | 8a94318aad4b4fa188ac49e887d564867a00111e (patch) | |
| tree | 4d60329dd591ffd46edaba23cd77e6df685c0312 /docker-compose.yml | |
| parent | 2692a032b8ecbe2ddccfb88628cf37af56c3ea36 (diff) | |
| parent | f7c59a3e7b3c006d253a9206bd830493180fc81e (diff) | |
merge: Update build and runtime dependencies (#94)
This pull request updates the build and runtime dependencies used by OpenDC
to their latest version compatible with the project.
## Implementation Notes :hammer_and_pick:
* Update to Gradle 7.5
* Update simulator dependency versions
* Fix Docker deployment
## Breaking API Changes :warning:
* N/A
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index a6d6ce1d..65354e67 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,8 +31,6 @@ services: OPENDC_AUTH0_DOMAIN: ${OPENDC_AUTH0_DOMAIN:?No Auth0 domain specified} OPENDC_AUTH0_AUDIENCE: ${OPENDC_AUTH0_AUDIENCE:?No Auth0 audience specified} OPENDC_API_URL: ${OPENDC_API_BASE_URL:-http://web:8080} - OPENDC_AUTH0_CLIENT_ID_RUNNER: ${OPENDC_AUTH0_CLIENT_ID_RUNNER:?No client id for runner} - OPENDC_AUTH0_CLIENT_SECRET_RUNNER: ${OPENDC_AUTH0_CLIENT_SECRET_RUNNER:?No client secret for runner} SENTRY_DSN: ${OPENDC_SERVER_SENTRY_DSN-} postgres: |
