Skip to content

Commit

Permalink
spin up basic mongo no env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent 9819d7d commit ace63a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- uses: actions/checkout@v3
- name: setup_mongodb
uses: supercharge/[email protected]
with:
mongodb-uri: mongodb://localhost:27017
mongodb-database: nmdc
mongodb-username: root
mongodb-password: password
mongodb-health-check: true
mongodb-health-check-timeout: 30
# with:
# mongodb-uri: mongodb://localhost:27017
# mongodb-database: nmdc
# mongodb-username: root
# mongodb-password: password
# mongodb-health-check: true
# mongodb-health-check-timeout: 30
# run: |
# sudo docker run --rm --detach --name mongodb --publish 27017:27017 \
# --env MONGO_INITDB_ROOT_USERNAME=root --env MONGO_INITDB_ROOT_PASSWORD=password \
Expand Down

0 comments on commit ace63a8

Please sign in to comment.