Skip to content

Commit d6c30f9

Browse files
committed
fixed persistence warning
1 parent d53a4f6 commit d6c30f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ services:
2626
EmailSender__SmtpCredential__Password: ${SMTP_PASSWORD}
2727
EmailSender__Sender__Name: ${SMTP_SENDER_NAME}
2828
EmailSender__Sender__Email: ${SMTP_SENDER_EMAIL}
29+
volumes:
30+
- aurioncal-dataprotection-keys:/home/app/.aspnet/DataProtection-Keys
2931
networks:
3032
- external
3133
- mauria_internal
@@ -97,4 +99,7 @@ networks:
9799
volumes:
98100
pgdata:
99101
name: pgdata
102+
external: false
103+
aurioncal-dataprotection-keys:
104+
name: aurioncal-dataprotection-keys
100105
external: false

0 commit comments

Comments
 (0)