This commit is contained in:
eric
2025-09-27 10:06:54 +08:00
parent 5feee23ef0
commit 9f64fed2ec
40 changed files with 12235 additions and 57 deletions

16
docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
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