make app production-ready

This commit is contained in:
Gerhard Scheikl
2026-05-08 11:01:08 +02:00
parent 770c6fd16a
commit a275197ce4
6 changed files with 57 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
# Append to your existing Caddyfile (or include via `import`).
# DNS A/AAAA record for invoice-app.linumiq.com must point to this server first,
# otherwise Caddy will fail to obtain a Let's Encrypt certificate.
invoice-app.linumiq.com {
encode zstd gzip
reverse_proxy 127.0.0.1:3000
}