Skip to content

Commit

Permalink
config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jan 21, 2024
1 parent 3a89abf commit 10eb00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildmongo/config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
project_id: 'sraproject-406923'
build_full_db: True
build_full_db: False
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "27018:27017" # bind local port 27018 to container port 27017 so it's not occupied
volumes:
#- mongo-data:/data/db
- /vm-data/mongodb:/data/db
- ./mongodb:/data/db

mongo-readonly:
image: docker.io/mongo:latest
Expand All @@ -16,7 +16,7 @@ services:
- mongo-network
volumes:
#- mongo-data:/data/db
- /vm-data/mongodb:/data/db
- ./mongodb:/data/db

app:
build: ./app #from custom Dockerfile
Expand Down

0 comments on commit 10eb00b

Please sign in to comment.