Add required environment variables for homarr

This commit is contained in:
JethroC Admin 2026-03-11 19:19:49 +13:00
parent c171963751
commit 823a34c876

View file

@ -25,6 +25,14 @@ spec:
env:
- name: TZ
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:
- name: homarr-config
mountPath: /app/data/configs