adding mealie environment variables

I've been trying to get smtp and OpenAI configuration to work, not sure which the correct way is, but I tried adding some form fields in runtipi/apps/mealie-1/config.json and then enter the configuration in those, which actually made them appear in runtipi/app-data/mealie-1/app.env so I thought that was it, but mealie still complains variables are missing... can anyone point me in the right direction?
2 Replies
Stavros
Stavros4w ago
Are you running the nightly? Oh wait no it's the breaking Well you should create the runtipi/user-config/mealie-1/docker-compose.yml And for the contents add
services:
mealie-1:
environment:
- SOME_ENV=blahblah
services:
mealie-1:
environment:
- SOME_ENV=blahblah
xuper.fun
xuper.funOP4w ago
ok, thanks! I was worried the docker-compose would be overwritten by runtipi since it has the runtipi.managed:true flag set will try it out now it worked fine, thanks

Did you find this page helpful?