Skip to content

Commit

Permalink
expose secrets dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 23, 2024
1 parent c589dc9 commit 7270b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ services:
- type: bind
source: $HOME/.OpenEye/
target: /home/mambauser/.OpenEye/
- type: bind
source: .streamlit/secrets.toml
target: /home/mambauser/.streamlit/secrets.toml
env_file:
- .env

0 comments on commit 7270b3a

Please sign in to comment.