proper timezone for lmstudio
This commit is contained in:
@@ -15,6 +15,9 @@ spec:
|
|||||||
image: localhost/lm-studio-debian:latest
|
image: localhost/lm-studio-debian:latest
|
||||||
hostname: lmstudio
|
hostname: lmstudio
|
||||||
network: podman
|
network: podman
|
||||||
|
env:
|
||||||
|
- name: TZ
|
||||||
|
value: "Europe/Berlin"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 1234
|
- containerPort: 1234
|
||||||
hostPort: 1234
|
hostPort: 1234
|
||||||
@@ -39,6 +42,9 @@ spec:
|
|||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
hostname: webui
|
hostname: webui
|
||||||
network: podman
|
network: podman
|
||||||
|
env:
|
||||||
|
- name: TZ
|
||||||
|
value: "Europe/Berlin"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
hostPort: 8888
|
hostPort: 8888
|
||||||
|
|||||||
Reference in New Issue
Block a user