apix/docker-compose.yml
Khoa.vo 8741e3b89f
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
feat: Initial commit with multi-provider image generation
2026-01-05 13:50:35 +07:00

12 lines
233 B
YAML

services:
kv-pix:
image: kv-pix:latest
build:
context: .
dockerfile: Dockerfile
container_name: kv-pix
restart: unless-stopped
ports:
- "3001:3000"
environment:
- NODE_ENV=production