Migrate from Fly.io to docker-server (img.pq.io)

- Add infra/docker-compose.yml, deploy-stack.sh, .env.example
- Remove Fly.io GitHub Actions workflow
- Build via EC2, deploy via Portainer + Caddy on Hetzner

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 19:24:06 -07:00
parent 598065ee00
commit 5c7b938ce1
5 changed files with 240 additions and 14 deletions

6
.gitignore vendored
View File

@@ -4,12 +4,18 @@ node_modules/
# Environment / secrets
.env
.env.*
!.env.example
!infra/.env.example
infra/.deploy-secrets
# Logs
npm-debug.log*
yarn-error.log*
pnpm-debug.log*
# Claude memory
memory/
# OS / editor junk
.DS_Store
.vscode