Flatted and issues fixed with Claude Desktop.

This commit is contained in:
khalid@traclabs.com
2026-04-22 06:21:02 -05:00
parent 66bd69efe7
commit 4d19363d58
86 changed files with 1561 additions and 9232 deletions

View File

@@ -1,26 +1,15 @@
version: '3.8'
services:
apparel-designer:
build:
context: .
dockerfile: Dockerfile
build: { context: ., dockerfile: Dockerfile }
container_name: apparel-designer
ports:
- "3001:3001"
ports: ["3001:3001"]
volumes:
- uploads_data:/app/server/uploads
- exports_data:/app/server/exports
- uploads_data:/app/uploads
- exports_data:/app/exports
environment:
- NODE_ENV=production
- PORT=3001
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3001/api/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
volumes:
uploads_data: