Y
Hacker News
new
|
ask
|
show
|
jobs
by
number6
1377 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 }}
```
1 comments
francislavoie
1377 days ago
Yep! The CDP plugin
https://github.com/lucaslorentz/caddy-docker-proxy
makes configuration per docker service pretty easy!
link