cloudycotton
PROOP
a year ago
I've a situation where I've some background service inside nextjs repo. How should I deploy it to railway given it doesn't support docker-compose?
5 Replies
a year ago
Setup each service independently
a year ago
There also some guides on monorepo.
1- https://docs.railway.com/tutorials/deploying-a-monorepo
2- https://docs.railway.com/guides/monorepo
a year ago
You can also try the new Docker Composer support by dragging and dropping the file into your project canvas.
a year ago
it doesn't support every config yet but it should give you a head start