Email or username:

Password:

Forgot your password?
Top-level
Dr. Quadragon ❌

@Truck
> across multiple machines running the same docker-compose item

Yes, exactly. I deplioy the same docker-compose file across multiple machines for HA and need to share sone data between them.

2 comments
Sir Garbagetruck

@drq

Yeah. So basically, a backend filesystem, absolutely NOT frontend, that is shared between docker hosts.

Sort of outside the realm of docker/docker compose and in the realm of ansible/salt/puppet/chef ; maybe this is where that 'terraform' thing comes in with some folks.

Me, I'd look at it overall and design the system to be robust first, then worry about automating it, but ... maybe someone who is more 'automation first' should chip in with an idea

Dr. Quadragon ❌

@Truck The system is shit.

I just need those synced so it works not 1/n of the time where n is number of nodes.

Also, this data is not important, I'm okay with losing it, they just need to be synced up.

Go Up