Should i deploy a separate rails instance for each country, or use a separate environment for each country ?
Anonymous
PROOP

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???

Solved$20 Bounty

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

Railway
BOT

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

Anonymous
PROOP

2 hours ago

And i can setup a sub domain for each country ?


And i can setup a sub domain for each country ?

Yes.


0x5b62656e5d

Yes.

Anonymous
PROOP

2 hours ago

Much thanks!


Status changed to Solved 0x5b62656e5d about 2 hours ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...