2 months ago
Hi theree~!
I have a bot that uses Python 3.12+, Node.js 18+. PostgreSQL 14+, and optionally Redis for background jobs.
The bot itself was written with Python 3.12, discord.py 2.x, SQLAlchemy 2.0, Alembic, Redis + ARQ, Pydantic v2.
The web dashboard using Next.js ( app router ), TailwindCSS, shadcn/ui, and Discord OAuth2
For whatever reason, I can't seem to sort out how to install / successfully deploy / connect said dependencies.
Any help/ideas would be appreciated
1 Replies
2 months ago
Assuming this is a monorepo, you can deploy multiple different services in Railway then specify the root directory for each service (your Discord bot and web dashboard for example).
If Railpack isn't able to automatically detect how to build/deploy the services, you can use Dockerfiles or a Railpack config file (https://railpack.com/config/file).
