* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
26 lines
457 B
YAML
26 lines
457 B
YAML
image:
|
|
repository: tccr.io/truecharts/nextpvr
|
|
tag: latest@sha256:a2c8c65f3393b8b9765e006e758623cc617e3c88a0475b78a451c8cee56454b8
|
|
pullPolicy: IfNotPresent
|
|
|
|
env:
|
|
HOST_IP: "localhost"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10183
|
|
targetPort: 8866
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
recordings:
|
|
enabled: true
|
|
mountPath: "/recordings"
|
|
buffer:
|
|
enabled: true
|
|
mountPath: "/buffer"
|