Move Engelsystem MAIL_PASSWORD secret to appropriate place

This commit is contained in:
June 2023-08-11 02:05:40 +02:00 committed by julian
parent dd5e37fb68
commit 12a1e5dc22

View file

@ -23,7 +23,7 @@ services:
MAIL_PORT: 465 MAIL_PORT: 465
MAIL_ENCRYPTION: tls MAIL_ENCRYPTION: tls
MAIL_USERNAME: aes MAIL_USERNAME: aes
MAIL_PASSWORD: {{ lookup("community.general.passwordstore", "noc/vm-secrets/z9/engelsystem/MAIL_PASSWORD", create=false, missing="error") }} MAIL_PASSWORD: {{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/engelsystem/MAIL_PASSWORD", create=false, missing="error") }}
ports: ports:
- "5080:80" - "5080:80"
networks: networks: