Ciri

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Ciri

  1. Hi @CorneliousJD, There has just been an update to this container that requires two additional varibles to be added. Could you please update the template to add these in: GUNICORN_WORKERS=1 GUNICORN_THREADS=1 This resolves an issue with the container failing to start and the fix is from the Tandoor Discord Server. Also see this Github Commit: https://github.com/TandoorRecipes/recipes/commit/904358bb003ab581da2f4219f90e55a010bb426c Here is the proper bug report for the issue: https://github.com/TandoorRecipes/recipes/issues/2051
  2. Just to follow up on this, I believe I have resolved this. The new hardware is slower than the old server. It appears that for some reason, with no logs saying so, the reverse proxies need to be started after the applications. I have moved the reverse proxies to start after everything else and it appears to be resolved.
  3. Hi all, Thank you in advance for any assistance. I have recently moved my unraid server to some new hardware and ever since, when the server first boots up, the reverse proxy fails to re-direct traffic and instead shows a gateway error. When I moved the server, I went through the new config setup and setup everything fresh only using the "previously installed" from Community Apps to reinstall the Docker containers with the config as before.