custom App.env

After following this guide: https://runtipi.io/docs/guides/customize-app-config It doesn't seem to work. Specifically I am trying to modify Outline to send email invites to user with SMTP: https://docs.getoutline.com/s/hosting/doc/smtp-cqCJyZGMIB I have the correct variables. After I stop/start the app, it doesn't seem to affect the app. When sending an invite, Outline logs indicate "no transport selected". The only way to configure SMTP is with the environment variable. Amd I missing something when it comes to the user-config? I'm running the latest version of runtipi.
Runtipi
Runtipi - Homeserver management made easy
Free and open-source, Runtipi lets you install all your favorite self-hosted apps without the hassle of configuring and managing each service. One-click installs and updates for more than 80 popular apps.
SMTP
To support sending outgoing transactional emails such as "document updated" or "you've been invited" you'll need to provide authentication for an SMTP server. This is also required to support email “magic link” sign-in. Environment variables are mostly self explanatory – add the following to your environment:
3 Replies
Nicolas
Nicolas5mo ago
For it to work you need to also override the docker-compose.yml to pass those env values to the container
TazerFace(ItsMetaphorical)
That wasn't in the documentation. So I just add the environment variables in a new docker-compose file along with the app.env?
Nicolas
Nicolas5mo ago
Yes

Did you find this page helpful?