Docker Compose Support? Multiple VIPS in 1 config? Multiple Containers across multiple hosts? #2292
Replies: 3 comments
-
Here you can find a lot of interesting informations about I personally agree with the following concern from #665 :
Anyway, even if Related to your
EDIT: I think the answer is yes, but seems you need some work-arounds. |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for answering again after a lot of days, but there are some additional notes, observations and updates:
It is a bit confused, but I'm a confued guy too so was pretty intresting for me analize it - also many thanks for your input. I started analyzing osixia/docker-keepalived:
So I moved to the original project and I analyzed #2052:
I don't know if I was wrong, but after those analysis I forked osixia/docker-keepalived and then I generated a PR that could help to unlock the full power of This version of In this project:
For more information please take a look to: pull/60 or README. The
Finally, like other users, I remain skeptical about how |
Beta Was this translation helpful? Give feedback.
-
This works for me, even in a docker_swarm environment: keepalived: |
Beta Was this translation helpful? Give feedback.
-
Hi Sorry for putting a bunch of questions into the one discussion, I can split them out if you'd prefer.
I was just wondering if you have a
docker-compose.yml
for this project?I used composerize to generate the below
docker-compose.yml
to use with my portainer instance, I'm just wondering if you have any 'official'docker-compose.yml
or any changes I should make to this or if you think I could insert thekeepalived.conf
variables directly into thedocker-compose.yml
.Also, Can I run multiple VIP's from the same container/config?
What about some sort of HA setup, Can I run the same VIP config on multiple containers on different hosts?
Beta Was this translation helpful? Give feedback.
All reactions