version: "3.8" services: spider_xhs: build: . ports: - "8000:8000" volumes: - ./storage:/app/storage environment: ENGINE_STRATEGY: auto STORAGE_ROOT: /app/storage CALLBACK_URL: http://example.com/callback restart: always