uci-docker-caddy/deploy/conf/Caddyfile
David Kebler 496d3cbd68 Fully operational death star
Added deploy directory for spinning up container via docker-compose
Added publish directory for publishing arm/amd images to docker hub
Various tweeks to the source scripts
Added test directory for easier testing of scripts and images
2023-04-13 08:36:12 -07:00

17 lines
No EOL
346 B
Caddyfile

# you can use a custom confiuration file
# copy this to say my.conf
# then in .env use CONF=my
# and my.conf will be used instead of Caddyfile
*.mydomain.net {
tls email@gmail.com {
dns route53 {
max_retries 10
}
}
@portainer host docker.mydomain.net
handle @portainer {
reverse_proxy 10.0.0.5:9000
}
}