Skip to content

Commit

Permalink
persist dataprotection keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
hargata committed Jan 7, 2024
1 parent 0487feb commit 4f76991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- documents:/App/wwwroot/documents
- images:/App/wwwroot/images
- log:/App/log
- keys:/root/.aspnet/DataProtection-Keys
# expose port and/or use serving via traefik
ports:
- 8080:8080
Expand Down Expand Up @@ -42,6 +43,7 @@ volumes:
documents:
images:
log:
keys:

networks:
traefik-ingress:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- documents:/App/wwwroot/documents
- images:/App/wwwroot/images
- log:/App/log
- keys:/root/.aspnet/DataProtection-Keys
# expose port and/or use serving via traefik
ports:
- 8080:8080
Expand All @@ -25,3 +26,4 @@ volumes:
documents:
images:
log:
keys:

0 comments on commit 4f76991

Please sign in to comment.