File size: 274 Bytes
c481f8a
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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