Dk / docker-compose.yml
alige's picture
Upload 8 files
5efe4e4 verified
raw
history blame contribute delete
296 Bytes
services:
scraper:
build: .
container_name: tiktok_scraper
ports:
- "7860:7860"
volumes:
- ./data:/app/data # ✅ 修正挂载路径,避免覆盖代码
environment:
- TZ=Asia/Shanghai
- RUN_SCHEDULER=true
restart: unless-stopped