496d3cbd68
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
13 lines
No EOL
204 B
Caddyfile
13 lines
No EOL
204 B
Caddyfile
*.mydomain.net {
|
|
|
|
tls email@gmail.com {
|
|
dns route53 {
|
|
max_retries 10
|
|
}
|
|
}
|
|
|
|
@portainerr host docker.mydomain.net
|
|
handle @portainer {
|
|
reverse_proxy 10.0.0.5:9000
|
|
}
|
|
} |