services: app: build: . container_name: byreal-copy restart: unless-stopped ports: - "3000:3000" volumes: - ./data:/app/data env_file: - .env.local environment: - NODE_ENV=production