Good morning,
found this awesome tool, but wasn't able to start it, since the frontend container didn't start because of the following message:
bracket-frontend | /app/entrypoint.sh: line 5: NEXT_PUBLIC_API_BASE_URL: command not found
I saw you recently moved from Next.js to Vite, looks like you forget to remove one parameter. After just setting the parameter in die docker-compose.yml, the container did start, so it looks like just a quick fix.