Add SMTP_PASSWORD into the environment
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ae6a644663
commit
abe1f5813e
@ -74,3 +74,10 @@
|
|||||||
- /var/lib/alerta/alerta.conf:/app/alerta.conf
|
- /var/lib/alerta/alerta.conf:/app/alerta.conf
|
||||||
- /var/lib/alerta/alertad.conf:/app/alertad.conf
|
- /var/lib/alerta/alertad.conf:/app/alertad.conf
|
||||||
- /var/lib/alerta/config.json:/web/config.json
|
- /var/lib/alerta/config.json:/web/config.json
|
||||||
|
|
||||||
|
- name: Configure the dokku app environment
|
||||||
|
dokku_config:
|
||||||
|
app: alerta
|
||||||
|
restart: false
|
||||||
|
config:
|
||||||
|
SMTP_PASSWORD: "{{ smtp_password }}"
|
||||||
|
Reference in New Issue
Block a user