This commit is contained in:
Dongho Kim
2026-06-22 15:05:56 +02:00
parent 62c5db97b2
commit f58f17eb5d
2 changed files with 63 additions and 3 deletions
+22
View File
@@ -1,5 +1,9 @@
version: '3.8'
networks:
iptv:
driver: bridge
services:
chzzk-proxy:
build: .
@@ -9,3 +13,21 @@ services:
env_file:
- .env
restart: unless-stopped
networks:
- iptv
threadfin:
image: fyb3roptik/threadfin:latest
container_name: threadfin
ports:
- "34400:34400"
environment:
- THREADFIN_PORT=34400
- THREADFIN_BRANCH=main
volumes:
- ./threadfin-config:/home/threadfin/conf
depends_on:
- chzzk-proxy
restart: unless-stopped
networks:
- iptv