You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I wouldn't know, I don't have any experience with coolify, but from a glance it looks like it should be possible.
You would need to setup a postgres database, a redis in-memory database, and two next.js app containers pointing to /medusajs-storefront/ and /medusajs-backend/.
You could take a look at how the one-click deploy tempate on railway is constructed and try to replicat that: https://railway.app/template/QvfPwp
For building the backend, you need to run npm run seed:once && npm run start (or yarn)
And for the store front you need to run: npm run build && npm run start (or yarn)
Hi there,
Can this be installed on coolify using the same method you used?
The text was updated successfully, but these errors were encountered: