services: webui: image: minimax ports: - "3000:3000" volumes: - ./data:/app/data env_file: - .env restart: unless-stopped