Deployment of T3 app / node / node w/GUI
Hey, got a project that I am working on currently and I am having issues figuring out hosting and deployment. Building a game clipping platform, with 3 apps.
1. T3 app handling all user interaction. I would like to use vercel for this, but after looking at tools like terraform etc, I am considering using one platform for all 3 services.
2. NodeJs backend, handling more heavy workloads, processing data, storing in DB, and managing queues. This server only recives file uploads from users.
3. Rendering backend, based on nodejs. This one requires the game installed, and needs a GUI to properly launch the game. The game can run on linux, so wont need windows for this.
This also requires 2 dbs, one postgres, and one redis
Solution:Jump to solution
Not sure if https://coolify.io/ would work for this project or not but seems from the outside like it might then just host yourself possible.
could also go with a docker approach, i am not sure of any providers that would support the full workload tho...
3 Replies
Solution
Not sure if https://coolify.io/ would work for this project or not but seems from the outside like it might then just host yourself possible.
could also go with a docker approach, i am not sure of any providers that would support the full workload tho
Thats what im thinking. The render process might not be able to run with gpus using docker. Might have to set up that service seperate from the rest of them
if you need a gui, get a vps and run all 3 apps on it, it will be the easiest