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 <millscj01@gmail.com>
This commit is contained in:
Chris Mills
2019-02-26 20:19:06 +00:00
committed by Aaron Schlesinger
parent 26d565d7bc
commit 340d17f4bb
+6
View File
@@ -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: