From 340d17f4bb22cdaa9ee756f76c259b90c5206784 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Tue, 26 Feb 2019 20:19:06 +0000 Subject: [PATCH] Add to docker-compose and standardise the file (#821) Whilst we wait for a ticket to be completed we need to star the initial part of this work. I've updated the compose file to include azurite and also sorted that file so it's standard in some way, we used various ways to define environment variables/commands and things were a bit all over the place. Signed-off-by: Chris M --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 9b945a04..a8d2e2f6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,12 @@ services: context: . dockerfile: Dockerfile.test command: ["./scripts/test_e2e.sh"] + azurite: + image: arafato/azurite:2.6.5 + ports: + - 10000:10000 + environment: + executable: blob mongo: image: mongo:3.7.9-jessie ports: