2 hours ago
I am working on rails application that is now deployed but i want to deploy seperate instances. each country needs to operate somewhat independently, including having it's own data!!
so should i create multiple deployments for each country or just create an environment multiple production environments???
Pinned Solution
2 hours ago
You can just create multiple services with different region on same environment with same source repo or image and attach volumes for each services so each service has its own persistent data
4 Replies
2 hours ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • about 2 hours ago
2 hours ago
You can just create multiple services with different region on same environment with same source repo or image and attach volumes for each services so each service has its own persistent data
mayori
You can just create multiple services with different region on same environment with same source repo or image and attach volumes for each services so each service has its own persistent data
2 hours ago
And i can setup a sub domain for each country ?
0x5b62656e5d
Yes.
2 hours ago
Much thanks!
Status changed to Solved 0x5b62656e5d • about 2 hours ago
