Remove unused DizqueTV and Threadfin service configurations and environment files to streamline project structure.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# DizqueTV - No environment variables required
|
||||
# This service uses named volumes for data persistence
|
||||
# Access the web UI at http://localhost:8000
|
||||
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
services:
|
||||
dizquetv:
|
||||
container_name: dizquetv
|
||||
image: vexorian/dizquetv:latest
|
||||
volumes:
|
||||
- dizquetv:/home/node/app/.dizquetv
|
||||
ports:
|
||||
- 8000:8000
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ersatztv:
|
||||
dizquetv:
|
||||
@@ -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