Pascal Andy

Results 82 comments of Pascal Andy

both image are not working: sapk/plugin-gluster:v1.0.7-3 sapk/plugin-gluster:lastest ### tested on play-with-docker ``` [manager5] (local) [email protected] ~ $ docker plugin install sapk/plugin-gluster:v1.0.7-3 Plugin "sapk/plugin-gluster:v1.0.7-3" is requesting the following privileges: - network:...

I'm trying to test this project and I'm confused. From what I read here, there is pre-requirement in order to use this project right? Thank you!

Love this, but it might be a pain to maintain. IMHO, we could use existing caching solution like Varnish and Nginx. I don't know how to configure this at this...

Via a docker stack, it would be nice the have Varnish between the webapp and Traefik.

Are we sure Traefik is the right place to do this? Varnish and Nginx do cache out of the box. Should we instead work on a great `docker-compose` template that...

I have no idea as well. > I'm not sure how it would work with a docker service in-between handling the cache, so I'd appreciate any examples or templates for...

They decided it's a `priority/P3` on on Jun 6, 2017. You can disagree with that priority but you can't say they didn't say anything. They are highly responsive and they...

Oh yes thanks! I fixed it in my branch 'edge'. [We have the same fix](https://github.com/pascalandy/ssg_sapper/commit/a5dff13e1d66904996616aea0eee3d0bbd12d68f) :)

Same here. I expect this behavior `rsync -aczvAXHS --delete` , not rm the whole dir

On traefik:v2.1.1 this use case is working for me. This is how it looks like: `compose-traefik.yml` ```yml labels: #___ core configs - traefik.enable=true #___ set traefik dashboard + API. The...