mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Check e2e setup in CI
This commit is contained in:
1260
.gitlab-ci.yml
1260
.gitlab-ci.yml
File diff suppressed because it is too large
Load Diff
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user