Add Docker deployment config and v3.02 firmware docs
Deployment: Dockerfile (multi-stage dev/prod with Caddy static serving), docker-compose.yml (caddy-docker-proxy labels), Caddyfile, Makefile, .dockerignore. Docs: v3.02 firmware page, v3.01 updates.
This commit is contained in:
parent
867b304773
commit
a7daecded6
7 changed files with 195 additions and 75 deletions
11
site/Caddyfile
Normal file
11
site/Caddyfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:80 {
|
||||
root * /srv
|
||||
encode gzip
|
||||
|
||||
handle /health {
|
||||
respond "ok" 200
|
||||
}
|
||||
|
||||
try_files {path} {path}/index.html {path}/ /index.html
|
||||
file_server
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue