Add Docker deploy config for VPS (node-server + Traefik)

- Dockerfile: bun build with Nitro node-server preset -> standalone Node runner
- docker-compose.yml: Traefik labels for automatic HTTPS, runtime env from .env
- .dockerignore + DEPLOY.md (Hostinger VPS: Docker + Dockge + Traefik steps)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-18 19:06:42 -04:00
co-authored by Claude Opus 4.8
parent 45d36827d2
commit 36d3d8526e
4 changed files with 157 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.git
node_modules
.output
.nitro
.tanstack
.wrangler
dist
dist-ssr
*.log
Dockerfile
.dockerignore