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

Hi, I have the following labels in my docker compose: ``` labels: caddy: "caddy.example.com, www.example.com, www.example.se, www.example.pl, www.example.it" caddy.log: caddy.reverse_proxy: "{{upstreams 8000}}" ``` I have infront of www.example.it a CDN...

Password below is `hiccup` if anyone wants to attempt to reproduce this. I've generated it using [`caddy hash-password`](https://caddyserver.com/docs/command-line#caddy-hash-password), using the default algorithm (bcrypt), and produces this: ``` $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG ``` ###...

I am seeking help to get postgres running behind caddy-docker-proxy. Is it possible to host the postgres db behind caddy docker proxy, especially without opening the ports on the docker...

Hi, My logs are getting filled every 10 seconds with this warning message: ``` WRN ts=1740039032.3436027 logger=docker-proxy msg=Service has no tasks in running state service=stirling_stirling-pdf serviceId=07q4d8uq52cv1ypgub0lzprih ``` This is because...

Hi, I am looking to translate the following config into docker proxy labels: ``` { dynamic_dns { provider cloudflare {env.CLOUDFLARE_API_TOKEN} domains { example.com } } } ``` I tried the...

I switched from docker on Manjaro to podman rootless on Bluefin OS (Fedora Silverblue 41). Lowered unprivileged ports, opened port 80 and 443 via `firewalld`. I am getting errors that...

I'm trying to migrate from Docker Flow Proxy to Caddy, and I'm running into an issue when I try to define multiple handle_path labels for the same service in Caddy...

The documentation states the following: > Only containers/services that are connected to Caddy ingress networks are used. Is it possible to disable this restriction? I am looking to route host...

I am trying to have a compose project running with caddy-docker-proxy, not using auto_https , and am struggling. This is my compose file, and I am not sure exactly what...

I would like to propose a feature enhancement for the caddy-docker-proxy that would significantly optimize resource usage, especially in environments where multiple Docker Compose stacks are deployed. The requested feature...