Files
SneakySwole/Caddyfile
Phillip Tarrant cea1b4e80e
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 11s
feat: add Caddy reverse proxy in front of app
Caddy listens on port 80 and proxies to the app on 8000 internally.
App port is no longer exposed to the host directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 15:49:01 -05:00

4 lines
32 B
Caddyfile

:80 {
reverse_proxy app:8000
}