Compare commits

...

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ spec:
env: env:
- name: PUID - name: PUID
value: 555 value: 10555
- name: PGID - name: PGID
value: 555 value: 10555
- name: TZ - name: TZ
value: "America/New_York" # Set to your timezone value: "America/New_York" # Set to your timezone
- name: DB_HOST - name: DB_HOST

View File

@ -24,7 +24,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/home-assistant repository: ghcr.io/onedr0p/home-assistant
tag: 2024.9.3 tag: 2024.10.2
env: env:
TZ: America/New_York #${SERVER_TIMEZONE} TZ: America/New_York #${SERVER_TIMEZONE}
HASS_HTTP_TRUSTED_PROXY_1: 192.168.0.0/16 HASS_HTTP_TRUSTED_PROXY_1: 192.168.0.0/16