Anyone have experience running two separate Docker containers instead of the secondsite method?

I can’t seem to get the secondsite method working again, so now I’m looking at running my two sites in separate containers on the same server.

If anyone has any experience with this, drop me a message.

It is mostly doable on a decently sized machine, You’ll need a reverse proxy at the bare minimum to handle ssl. And maybe use the socketed template instead of exposing ports.

would a docker network be appropriate?