From 4f8612501ed5cf9653aa6ab14c8455605f56464b Mon Sep 17 00:00:00 2001 From: jc0b Date: Mon, 11 May 2020 20:43:03 +0200 Subject: Added mongodb dockerfile, removed tests being added to sql db --- docker-compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index a7c3698f..9f3cf805 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,6 +61,8 @@ services: OPENDC_DB_PASSWORD: opendcpassword ports: - 27017:27017 + #volumes: + # - mongo-volume:/data/db mongo-express: image: mongo-express @@ -69,4 +71,8 @@ services: - 8082:8081 environment: ME_CONFIG_MONGODB_ADMINUSERNAME: root - ME_CONFIG_MONGODB_ADMINPASSWORD: rootpassword \ No newline at end of file + ME_CONFIG_MONGODB_ADMINPASSWORD: rootpassword + +volumes: + mongo-volume: + external: false \ No newline at end of file -- cgit v1.2.3