- Dockerfile multi-stage (build Astro -> runtime node standalone) - docker-compose.prod.yml : Astro builde, ports bindes 127.0.0.1, secrets requis - .env.prod.example : template de prod avec generation des secrets - scripts/backup.sh + restore.sh : migration base Directus + photos - DEPLOY.md : guide pas a pas - .dockerignore : exclusion du .env (anti-fuite de secrets) - untrack du tool-log BYAN (churn) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
170 B
Text
18 lines
170 B
Text
node_modules
|
|
dist
|
|
.astro
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.byan-strict
|
|
.git
|
|
.github
|
|
.claude
|
|
.mcp.json
|
|
_byan
|
|
_byan-output
|
|
.DS_Store
|
|
*.md
|
|
!README.md
|
|
Dockerfile
|
|
docker-compose.yml
|