Colin Griffin

Results 224 comments of Colin Griffin

@finaldzn FYI, there are some notable ENV variable changes incoming. you may want to keep an eye on my WIP pull request for the docker updates. Mainly NEXTAUTH_SECRET and NEXT_PUBLIC_WEBAPP_URL....

It's still a little bit muddy but things are evolving

@PhilippKuntschik the branch needs to be updated to include updated changes, including env vars. I plan on taking a deeper dive this weekend as well as seeing if I can...

@PhilippKuntschik Do you have any local changes for this that need to be pushed, or an active fork you want to reference? Thanks for the willingness to help here! attention...

I'm unable to replicate the issue. Can you please updating line 4 of start.sh to `./scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "database is up"` (add the beginning ./)

tagging @zomars here. Since the schema update during compilation is very recent, there may be relevant steps for even the non-container build that are documented and can be adapted

But the Prisma migrations in the build are safe for existing databases, correct? Wasn't sure if there were any recommendations for upgrading in production and running the build against a...

This shouldn't be docker specific unless the environment is limiting cpu. Do you by chance have any metrics on memory usage at the time of this issue as well? Also,...

This is an often-requested feature, created this for easier tracking by the core team

Also addressing this in my WIP dockerfile updates