All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 11s
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>
4 lines
32 B
Caddyfile
4 lines
32 B
Caddyfile
:80 {
|
|
reverse_proxy app:8000
|
|
}
|