Add required environment variables for homarr
This commit is contained in:
parent
ff6c2350ba
commit
74e021078c
|
|
@ -25,6 +25,14 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "UTC"
|
value: "UTC"
|
||||||
|
- name: BASE_URL
|
||||||
|
value: "http://homarr.local"
|
||||||
|
- name: AUTH_PROVIDER
|
||||||
|
value: "credentials"
|
||||||
|
- name: AUTH_SECRET
|
||||||
|
value: "homarr-secret-change-me-in-production"
|
||||||
|
- name: DATABASE_URL
|
||||||
|
value: "file:/data/db.sqlite"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: homarr-config
|
- name: homarr-config
|
||||||
mountPath: /app/data/configs
|
mountPath: /app/data/configs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue