Questions tagged [docker-flow-proxy]

Docker Flow Proxy is a reverse proxy for Docker containers.

Docker Flow Proxy provides easy way to reconfigure proxy every time a new service is deployed, or when a service is scaled. It does not try to "reinvent the wheel", but to leverage the existing leaders and combine them through an easy to use integration. It uses HAProxy as a proxy and adds custom logic that allows on-demand reconfiguration.

https://proxy.dockerflow.com

1 questions
1
vote
0 answers

How to run eventstore behind a proxy with docker-flow?

I am trying to expose eventstore docker container, to the internet, using reverse proxy. I'm docker-flow proxy and DFPLE for https for letsencrypt. All of this runs in docker swarm mode (new swarm). I would like to have eventstore to be accessible…