Skip to content

Commit

Permalink
Added secrets volume
Browse files Browse the repository at this point in the history
Should correct #4
  • Loading branch information
steccas authored Jul 9, 2021
1 parent 8723799 commit 2201d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ services:
- lemur.env
- lemur_db.env
volumes:
- ./lemur_keys:/home/lemur/.lemur/lemur_keys:ro
- ./lemur.conf.py:/home/lemur/.lemur/lemur.conf.py:ro
- ca_data:/opt/lemur/lemur/static/dist:ro
restart: unless-stopped
Expand Down

0 comments on commit 2201d4e

Please sign in to comment.