Skip to content

Commit

Permalink
add mongo env values
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent bbb8888 commit 1c17e71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
services:
mongodb:
image: mongo
env:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
MONGO_INITDB_DATABASE: nmdc
MONGO_HOST: localhost
ports:
- 27017:27017
options: --health-cmd "mongo --version" --health-interval 10s --health-timeout 5s --health-retries 12
Expand Down

0 comments on commit 1c17e71

Please sign in to comment.