caddy-docker-proxy icon indicating copy to clipboard operation
caddy-docker-proxy copied to clipboard

Caddy as a reverse proxy for Docker

Results 114 caddy-docker-proxy issues
Sort by recently updated
recently updated
newest added

I'm looking into integrating this repository into [Dokku](https://dokku.com/) for container proxying. The initial setup is fairly straightforward, but one thing I want to allow folks to do is have the...

I've got an existing caddy v1 instance where I reverse proxy sites on 3 different hosts in standalone docker config. I'm looking at moving to ansible deployed, and if possible...

Hey! I want to expose my services with this proxy. Unfortunately, I get 502 bad gateway errors when I try to access anything. That's my shows up in the logs:...

Hello, [podman](https://podman.io/) seems to have an API that emulate docker API: https://podman.io/blogs/2020/07/01/rest-versioning.html and the API specification is here: https://docs.podman.io/en/latest/_static/api.html I tried to run caddy-docker-proxy through the podman API but unfortunately...

@lucaslorentz I started to work out how to implement your proposal - initially for non-swarm containers see https://github.com/SvenDowideit/caddy-docker-proxy/blob/cdp-macros-experimentation/plugin/generator/templates.go annoyingly, compose-file config's are Swarm mode only - and one of my...

The docker recommendations for label syntax say that "Label keys should begin and end with a lower-case letter and should only contain lower-case alphanumeric characters, the period character (.), and...

There's some interest over at the caddy forum about enabling `enforce_origin`: https://caddy.community/t/2-5-0-enforce-origin-bug/15764 (**EDIT**: Now fixed in caddy https://caddy.community/t/should-enforce-origin-and-origins-work-over-the-unix-socket/15849) However, a set of annotations for caddy-docker-proxy like: ``` labels: caddy.admin: "unix//tmp/http.sock"...

enhancement

Running a 3 replica caddy cluster. Works great with swarm services. Containers with devices [can't be run in swarm mode](https://github.com/docker/swarmkit/issues/2682), they can still be proxied to with labels when ran...

I just spent the better half of a day banging my head against the wall regarding the controller mode. It looks like "controller" mode never fires up caddy, instead pushes...

Hi there, I am trying to use the [caddy-dynamicdns](https://github.com/mholt/caddy-dynamicdns) app but I am unable to define the values for `domains` properly. I tried the solution in #81 but it did...

bug