Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dvl committed Sep 6, 2023
1 parent ab4bcbd commit 17f2bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
GAIA Project API

## Docker Image
Environment vars required in run command to protect CosmoDB secrets
Environment vars required in run command to protect MongoDB secrets

### Run cmd
~~~shell
docker run -e COSMODB_URI=[uri] -e COSMODB_KEY=[key] -e COSMODB_NAME=[name] -e COSMODB_CONTAINER=[container] ghcr.io/julamada-gaia-project/gaia-project-backend:latest
docker run -e MONGODB_URI=[uri] ghcr.io/julamada-gaia-project/gaia-project-backend:latest
~~~

0 comments on commit 17f2bce

Please sign in to comment.