persist dataprotection keys.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-07 15:10:32 -07:00
parent 0487feb35e
commit 4f76991840
2 changed files with 4 additions and 0 deletions

View File

@@ -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
@@ -42,6 +43,7 @@ volumes:
documents:
images:
log:
keys:
networks:
traefik-ingress:

View File

@@ -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
@@ -25,3 +26,4 @@ volumes:
documents:
images:
log:
keys: