update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user