Y
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
number6
1380 days ago
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 }}
```
link
francislavoie
1380 days ago
Yep! The CDP plugin
https://github.com/lucaslorentz/caddy-docker-proxy
makes configuration per docker service pretty easy!
link
```
caddy: example.com
caddy.reverse_proxy: {{ upstream 8080 }}
```