deploy: add Docker and Caddy production stack

This commit is contained in:
syntaxbullet
2026-09-07 11:50:22 +02:00
parent 50d7838de3
commit 6d1d12953c
9 changed files with 305 additions and 1 deletions

4
Caddyfile Normal file
View File

@@ -0,0 +1,4 @@
mina.teppelinlabs.com {
encode zstd gzip
reverse_proxy app:3000
}