recipe-inator/reverse-proxy/Caddyfile

15 lines
368 B
Caddyfile

# Catch-all: plain IP or "homepie1.local" access, useful for local testing
# and as a fallback before you've set up a per-service .local alias.
:80 {
reverse_proxy frontend:80
}
# RecipeInator
http://rezepte.local {
reverse_proxy frontend:80
}
# Add one block like this per future service, e.g.:
# http://git.local {
# reverse_proxy git-service:PORT
# }