Rank 3: Container
I just finished upgrading my selfhosted instance of Appwrite from 1.5.6 to 1.5.7 and I didn't encounter any issues during the upgrade. However, once the upgrade was done (I also ran the migrations even though it wasn't required for this upgrade, it's just a habit for me to run the migrations with any upgrade), I am unable to visit my Appwrite instance.
All of the services defined in the docker compose file seem to be up and running. I haven't looked at their individual logs but I looked at the logs for both appwrite and openruntimes-executor which didn't show any issues. I tried to check for the difference between the working (1.5.6) .env file to that of the new one (1.5.7) and it seems like _APP_EXECUTOR_HOST=http://appwrite-executor/v1 got changed to http://exc1/v1. Does this look correct? This is the only difference that I noticed might be the issue but this could also be correct.