10-25-2025, 02:37 PM
so... tandoor wasn't loading for me, I figured "idk, lemme just update the container, it has been a while".
AAAAAND broke it worse! I am now on Tandoor 2.3.3 and seemingly sometime between last time and now, they removed the need for a separate nginx container and moved it inside the "web" container. So all I had to do (I say that, it took a lot of googling/gemini/troubleshooting to get to this point) was to remove the nginx_recipes container from my docker-compose.yaml and then route the port I wanted under the web_recipes container and not the removed nginx_recipes container. Also, the default port WAS 80, now it is 8080.
Stupid thing.
However, looking into this, I decided to look at Mealie again to see if maybe I just wanted to switch over. But I really like what I previously mentioned about the serving size calculations. That alone is a reason for me to stick with Tandoor
AAAAAND broke it worse! I am now on Tandoor 2.3.3 and seemingly sometime between last time and now, they removed the need for a separate nginx container and moved it inside the "web" container. So all I had to do (I say that, it took a lot of googling/gemini/troubleshooting to get to this point) was to remove the nginx_recipes container from my docker-compose.yaml and then route the port I wanted under the web_recipes container and not the removed nginx_recipes container. Also, the default port WAS 80, now it is 8080.
Stupid thing.
However, looking into this, I decided to look at Mealie again to see if maybe I just wanted to switch over. But I really like what I previously mentioned about the serving size calculations. That alone is a reason for me to stick with Tandoor
