This repository has been archived on 2025-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
swarm-production/stacks/core/caddy/Caddyfile
John Allison 8fba3a82b0
All checks were successful
Deploy to Swarm / deploy (push) Successful in 3s
New Service
2025-10-25 12:46:36 -04:00

26 lines
364 B
Caddyfile

{
auto_https disable_redirects
}
# Caddy Dashboard (optional)
:2019 {
metrics /metrics
}
# Portainer
portainer.frostlabs.home {
reverse_proxy portainer:9000
tls internal
}
# Paperless-NGX
docs.frostlabs.home {
reverse_proxy paperless:8000
tls internal
}
# Adminer
miner.frostlabs.home {
reverse_proxy adminer:8091
tls internal
}