Files
2026-07-13 13:02:44 +08:00

10 lines
188 B
YAML

services:
open-generative-ai:
build: .
container_name: open-generative-ai
ports:
- "3001:3000"
environment:
- NODE_ENV=production
restart: unless-stopped