2021-04-13 19:43:27 +00:00
|
|
|
# Default values for Lychee.
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
image:
|
2021-04-13 19:43:27 +00:00
|
|
|
repository: lycheeorg/lychee-laravel
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-07-13 08:18:16 +00:00
|
|
|
tag: v4.3.4
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 80
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
env: {}
|
2021-04-13 19:43:27 +00:00
|
|
|
# PHP_TZ: UTC
|
2021-02-10 10:09:33 +00:00
|
|
|
# PUID: 1001
|
|
|
|
# PGID: 1001
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-02-11 20:05:16 +00:00
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-06-11 11:59:46 +00:00
|
|
|
type: emptyDir
|