Skip to content

Commit

Permalink
added secrets env file
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Jul 12, 2021
1 parent 076c222 commit f86ba65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ notebooks/.python_history
.Rproj.user
*.Rproj
.Rhistory
.github.env
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
- DB_DATABASE=opendatacube
- AWS_NO_SIGN_REQUEST=true
- STAC_API_URL=https://earth-search.aws.element84.com/v0/
env_file:
- .github.env
ports:
- "80:8888"
#- "8787:8787"
Expand Down

0 comments on commit f86ba65

Please sign in to comment.