mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Docker Compose - Portainer Stack v2 - SMTP env Setup #910
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @redtripleAAA on GitHub (Jan 23, 2021).
Greetings,
Can you someone please help modify the following docker compose file to include SMTP environment variables please
The setup is working fine on Docker Synology NAS, but having trouble to configure the SMTP settings for the instance.
Link: https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration
Or do you recommend to run the above just normal and then modify the config.json file manually?
https://github.com/dani-garcia/bitwarden_rs/wiki/Configuration-overview
Thanks
@BlackDex commented on GitHub (Jan 23, 2021):
Hello @ansred,
Just add
environmentas a key like so:This works with all the options mentioned in this file: https://github.com/dani-garcia/bitwarden_rs/blob/master/.env.template