20 lines
380 B
YAML
20 lines
380 B
YAML
|
image:
|
||
|
repository: ghcr.io/ajnart/homarr
|
||
|
tag: 0.5.2@sha256:e9ff0f28f8ec8f7cb7a883b3eed4a85fec6990a9fa987f57c914d553d560c6e4
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10239
|
||
|
targetPort: 7575
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/app/data/configs"
|
||
|
icons:
|
||
|
enabled: true
|
||
|
mountPath: "/app/public/icons"
|