mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
committed by
Aaron Schlesinger
parent
26d565d7bc
commit
340d17f4bb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user