Check e2e setup in CI

This commit is contained in:
Ibukun Dairo
2020-03-12 16:01:14 +01:00
parent d7a832251e
commit 2b8fa8d3d3
2 changed files with 636 additions and 632 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,8 +4,8 @@ services:
image: mongo:4.2.3
ports:
- '27017:27017'
# volumes:
# - mongodata:/data/db
volumes:
- mongodata:/data/db
redis:
image: redis:5.0.7
@@ -140,5 +140,5 @@ services:
ports:
- '25:25'
build: ./haraka
# volumes:
# mongodata:
volumes:
mongodata: