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