diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-02-17 15:19:34 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-02-17 16:09:18 +0100 |
| commit | 7f1ce8b1929674a73487290abab9540803f87af7 (patch) | |
| tree | 332798e0806a59bd4d4d9a6bf5ee898256fec929 /database | |
| parent | e69d8ea8ec9db7cbb21cfcf7de0ef423ea5ea177 (diff) | |
ci: Fix API deployment using Docker Compose
This change updates the Docker Compose configuration to properly deploy
the API server, by passing the necessary Auth0 information to it.
Diffstat (limited to 'database')
| -rw-r--r-- | database/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/database/Dockerfile b/database/Dockerfile index af3a8382..e4978da6 100644 --- a/database/Dockerfile +++ b/database/Dockerfile @@ -1,5 +1,5 @@ -FROM mongo:4.2.8 -MAINTAINER Jacob Burley <j.burley@vu.nl> +FROM mongo:5.0 +MAINTAINER OpenDC Maintainers <opendc@atlarge-research.com> # Import init scripts ADD mongo-init-opendc-db.sh /docker-entrypoint-initdb.d |
