Move Engelsystem MAIL_PASSWORD secret to appropriate place
This commit is contained in:
parent
dd5e37fb68
commit
12a1e5dc22
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue