Pascal Andy
Pascal Andy
Glad to see that this project is still under your radar. Thanks for sharing!
I'm not sure about the specs you have in mind but [shepherd](https://github.com/djmaze/shepherd) is a sidecar that automatically updates `docker services`. It's similar to watchtower (for docker run stuff ). I...
I'll be very curious to see the architecture you have in mind. There is [an issue](https://github.com/containous/traefik/issues/878#issuecomment-276785455) on Traefik's GitHub but it goes nowhere at this point.
If I understand well, in a case where I have 5 Ghost instances, I would need 5 varnish instances. ``` client—>cloud LB—>swarm ingress—>traefik—>proxy overlay—>Varnish_Caching_1—>Ghost overlay—>Ghost_1 —>Varnish_Caching_2—>Ghost overlay—>Ghost_2 —>Varnish_Caching_n—>Ghost overlay—>Ghost_n ```...
Thanks for your input on this :) BTW, I'll will not replace Traefik anytime soon :-p
I'm not very knowledgeable with Caddy, but it sounds like an elegant solution - https://github.com/caddyserver/examples/tree/master/ghost - https://caddyserver.com/docs/http.cache
You read my mind!
This is more than awesome! You rock Bret :-p
For me, the big highlight in your stack is the RexRay docker volume plug with DigitalOcean storage. I looked for an example for ages! In your ToDo, I saw that...
10000 thanks! I will check this out :)