Multiple Nakama's docker containers sharing the same database

Hi there!
I’m trying to do somekind of server “replication” which is basically building two nakama containers sharing the same database.

Is it possible to do it? I’m kinda lost with docker and I’d appreciate any help.

Thanks in advance.

@danim What do you want to achieve by having multiple Nakama nodes share the same database instance? Does the database server run in a container as well?

The first thing that comes to mind is having a central server that tells the client which server it should connect (for example, European users should connect to the one located in, let’s say, in Ireland).
Yes, the database is running in another container

1 Like