version: '3.8' services: thinkflow: build: context: . dockerfile: Dockerfile container_name: thinkflow-app ports: - "5173:5173" volumes: - .:/app - /app/node_modules environment: - NODE_ENV=development restart: unless-stopped