Compare commits

...

2 commits

View file

@ -8,7 +8,7 @@ korhonen_cc = {}
external = true
[services.caddy]
image = "slothcroissant/caddy-cloudflaredns"
image = "git.korhonen.cc/functionalhacker/caddy"
container_name = "caddy"
restart = "unless-stopped"
ports = ["80:80", "443:443/tcp", "443:443/udp"]
@ -23,6 +23,7 @@ volumes = [
"/var/www/index.korhonen.cc:/var/www/index.korhonen.cc",
]
environment = ["CLOUDFLARE_EMAIL", "CLOUDFLARE_API_TOKEN", "ACME_AGREE=true"]
cap_add = ["NET_ADMIN"]
[networks.proxy]
external = true