chore: clean up app

This commit is contained in:
Aetherinox
2025-02-23 02:50:09 -08:00
parent 8be328e769
commit 84524ebf53
522 changed files with 72 additions and 451 deletions

18
docker-compose.yml Executable file
View File

@@ -0,0 +1,18 @@
services:
tvapp2:
container_name: ${TVAPP2CONTAINER_NAME:-tvapp2}
# image: ghcr.io/aetherinox/tvapp2:latest
image: tvapp2:latest
hostname: tvapp2
environment:
TZ: "Etc/UTC"
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/config
ulimits:
memlock:
soft: -1
hard: -1