mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 01:45:40 -04:00
19 lines
512 B
YAML
Executable File
19 lines
512 B
YAML
Executable File
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
|