Skip to content

Commit 7442733

Browse files
authored
Merge pull request #8 from clearlydefined/mpcen/mongo-tag
tagging mongodb server to 5.0.6 to support the unsupported OP_QUERY commands
2 parents a4609e9 + 64c26c0 commit 7442733

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.env
2-
harvested_data/*
2+
harvested_data/*
3+
crawler/*
4+
service/*
5+
website/*

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ $ docker-compose build
140140
$ docker-compose up
141141
```
142142

143+
*NOTE: If you have an issue seeding, prune all volumes, containers, and images then try again.*
144+
143145
And head to http://localhost:3000 to see your running website UI along with some seeded data!
144146

145147
You can also query the service API with:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- "--inspect=0.0.0.0:9229"
4343
- "./index.js"
4444
clearlydefined_mongo_db:
45-
image: "mongo:latest"
45+
image: "mongo:5.0.6"
4646
ports:
4747
- "27017:27017"
4848
clearlydefined_mongo_seed:

0 commit comments

Comments
 (0)