Douyin_TikTok_Download_API/docker-compose.yml
2024-04-23 09:29:21 -07:00

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'