Add example docker compose files to the repository
This commit is contained in:
14
docker/Caddyfile
Normal file
14
docker/Caddyfile
Normal file
@@ -0,0 +1,14 @@
|
||||
{$GEOFEEDDOMAIN}:443 {
|
||||
log {
|
||||
level INFO
|
||||
output file {$LOG_FILE} {
|
||||
roll_size 10MB
|
||||
roll_keep 10
|
||||
}
|
||||
}
|
||||
|
||||
# Use the ACME HTTP-01 challenge to get a cert for the configured domain.
|
||||
tls {$EMAIL}
|
||||
|
||||
reverse_proxy geofeed:80
|
||||
}
|
||||
Reference in New Issue
Block a user