22 lines
432 B
YAML
22 lines
432 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/grocy
|
|
tag: 4.5.0@sha256:e3159ee94ec138c18bb2689f77440be55d98d1612f388f37eb5a2751d363bf26
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10013
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|