Remove unused DizqueTV and Threadfin service configurations and environment files to streamline project structure.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
PORT=34400
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=Etc/UTC
|
||||
@@ -1,17 +0,0 @@
|
||||
services:
|
||||
threadfin:
|
||||
image: fyb3roptik/threadfin
|
||||
container_name: threadfin
|
||||
ports:
|
||||
- ${PORT:-34400}:34400
|
||||
environment:
|
||||
- PUID=${PUID:-1000}
|
||||
- PGID=${PGID:-1000}
|
||||
- TZ=${TZ:-Etc/UTC}
|
||||
volumes:
|
||||
- data-conf:/home/threadfin/conf
|
||||
- data-temp:/tmp/threadfin:rw
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
data-conf:
|
||||
data-temp:
|
||||
Reference in New Issue
Block a user