30 lines
466 B
YAML
30 lines
466 B
YAML
|
image:
|
||
|
repository: ghcr.io/linuxserver/audacity
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: version-3.0.2@sha256:cdf203db1e50e18349f16c5958f7061b18625501f5e2f7a15cd69262185e3e84
|
||
|
|
||
|
|
||
|
env:
|
||
|
PUID: 568
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 3000
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
varrun:
|
||
|
enabled: true
|