Add Docker/Compose hosting with Caddy 2 reverse-proxy docs
Serves the static index.html via a small nginx container and documents pointing an existing Caddy 2 instance (local or remote) at it via FQDN with automatic HTTPS. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PbwKCCj1vwAoqgRYDoqgeL
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
drum-rhythm-game:
|
||||
build: .
|
||||
container_name: drum-rhythm-game
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
Reference in New Issue
Block a user