feat: vendor-product-category matrix with infra/ib modes and docker setup
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user