We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a4f6 commit d6c30f9Copy full SHA for d6c30f9
1 file changed
compose.yaml
@@ -26,6 +26,8 @@ services:
26
EmailSender__SmtpCredential__Password: ${SMTP_PASSWORD}
27
EmailSender__Sender__Name: ${SMTP_SENDER_NAME}
28
EmailSender__Sender__Email: ${SMTP_SENDER_EMAIL}
29
+ volumes:
30
+ - aurioncal-dataprotection-keys:/home/app/.aspnet/DataProtection-Keys
31
networks:
32
- external
33
- mauria_internal
@@ -97,4 +99,7 @@ networks:
97
99
volumes:
98
100
pgdata:
101
name: pgdata
102
+ external: false
103
+ aurioncal-dataprotection-keys:
104
+ name: aurioncal-dataprotection-keys
105
external: false
0 commit comments