2021-09-07 22:24:15 +00:00
|
|
|
# Default values for oscam
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/oscam
|
|
|
|
pullPolicy: IfNotPresent
|
2021-09-11 11:00:39 +00:00
|
|
|
tag: version-11693@sha256:42
|
2021-09-07 22:24:15 +00:00
|
|
|
|
|
|
|
env:
|
|
|
|
TZ: UTC
|
|
|
|
PUID: "568"
|
|
|
|
# currently needed for working with /dev/ttyXYZ devices
|
|
|
|
# see: https://github.com/linuxserver/docker-oscam/issues/21
|
|
|
|
PGID: "20"
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8888
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|