https://netmaker.org logo
Upgrade from 0.16.3 to 0.17.0
# upgrades
w
Upgrade from 0.16.3 to 0.17.0
Are there any notes on doing this upgrade? I've updated my
docker-compose.yml
file using https://raw.githubusercontent.com/gravitl/netmaker/master/compose/docker-compose.yml as an example but I'm not clear on the swapping out of traefik for caddy. For example - will I need to do anything to set up ACME? Seems like there was a lot of settings for traefik along these lines but there does not seem to be an equivalent for caddy, at least not outlined in the
docker-compose.yml
I'm using as my example.
Oh...wait...I think I may have found my answer. I need to create a Caddyfile and bind-mount it into the Caddy container.
j
yup, pretty much all the config becomes unnecessary and is replaced with a simple Caddyfile
which is also why we wanted to go back to caddy, just so much easier to manage
3 Views