Date : 22/01/2026 11:50 Status : REPORTEE AU BACKLOG Priorité : HAUTE
test échoue car node:20-alpine ne supporte pas les dépendances natives de canvasnode:22-slim avec les bonnes deps)project: qwikpress
version: "1.0"
deploy:
target: prod-portainer
strategy: simple
docker:
port: 3000
network: qwikpress-network
env:
NODE_ENV: "production"
PORT: "3000"
STORAGE_MODE: "supabase"
SUPABASE_URL: "http://192.168.1.12:8200"
SUPABASE_SCHEMA: "qwikpress"
env_file: /mnt/stock_8to/33800-stack/docker/secrets/prod.env
volumes:
- /mnt/stock_8to/33800-stack/qwikpress-data/STORAGE:/app/STORAGE
- /mnt/stock_8to/33800-stack/qwikpress-data/logs:/app/logs
healthcheck:
endpoint: /api/health
interval: 30
nginx:
domain: qwikpress.33800.nowhere84.com
target: prod-portainer
port: 3000
# Smart-Deploy CI/CD
include:
- project: 'gouroubleu/ci-templates'
file: '/deploy.yml'
ssh gouroubleu@prod-portainer.local "mkdir -p /mnt/stock_8to/33800-stack/qwikpress-data/{STORAGE,logs}"
/mnt/stock_8to/33800-stack/qwikpress-data/