From 7f1ce8b1929674a73487290abab9540803f87af7 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 17 Feb 2022 15:19:34 +0100 Subject: 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. --- database/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'database/Dockerfile') 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 +FROM mongo:5.0 +MAINTAINER OpenDC Maintainers # Import init scripts ADD mongo-init-opendc-db.sh /docker-entrypoint-initdb.d -- cgit v1.2.3