Hacker News new | ask | show | jobs
by francislavoie 1380 days ago
Large companies like Stripe use Caddy. It's definitely not a toy. It is, and has been production ready for many years.
1 comments

I guess it's just me than; all the stuff I have learned: setting the right labels for traefik, debugging it for hours. Now it's just:

```

caddy: example.com

caddy.reverse_proxy: {{ upstream 8080 }}

```

Yep! The CDP plugin https://github.com/lucaslorentz/caddy-docker-proxy makes configuration per docker service pretty easy!