version: "3.9" services: douyin_tiktok_download_api: image: evil0ctal/douyin_tiktok_download_api network_mode: host container_name: douyin_tiktok_download_api restart: always volumes: - ./config.yaml - ./crawlers/douyin/web/config.yaml - ./crawlers/tiktok/web/config.yaml - ./crawlers/tiktok/app/config.yaml environment: TZ: Asia/Shanghai deploy: resources: limits: cpus: '0.80'