Files
gitlab-instance-0a899031_do…/docker-compose.yaml
2025-09-27 10:06:54 +08:00

16 lines
337 B
YAML

version: '3.8'
services:
app:
image: ihmily/douyin-live-recorder:latest
environment:
- TERM=xterm-256color
tty: true
stdin_open: true
#build: .
volumes:
- ./config:/app/config
- ./logs:/app/logs
- ./backup_config:/app/backup_config
- ./downloads:/app/downloads
restart: always