Files
ai-toy-patent-workflow/docker-compose.yml

21 lines
438 B
YAML

name: ai-toy-patent-workflow-local
services:
web:
container_name: ai-toy-patent-workflow-local
build:
context: .
dockerfile: Dockerfile
image: ai-toy-patent-workflow:local
restart: unless-stopped
env_file:
- ./.env.local
environment:
NODE_ENV: production
PORT: "4560"
PUBLIC_APP_URL: http://localhost:4560
ports:
- "4560:4560"
volumes:
- ./data:/app/data