feat: vendor-product-category matrix with infra/ib modes and docker setup

This commit is contained in:
2026-04-14 20:57:26 +00:00
commit 0b3cc949c3
10 changed files with 1761 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
zkart:
build: .
container_name: zkart-app
ports:
- "5000:5000"
environment:
SECRET_KEY: ${SECRET_KEY:-change-me-please}
volumes:
- ./matrix.db:/app/matrix.db
restart: unless-stopped