mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-12 03:37:05 +08:00
20 lines
464 B
YAML
20 lines
464 B
YAML
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'
|