proper timezone for lmstudio

This commit is contained in:
2025-12-10 09:57:43 +01:00
parent dd53d096ca
commit 1eb58f40d3

View File

@@ -15,6 +15,9 @@ spec:
image: localhost/lm-studio-debian:latest
hostname: lmstudio
network: podman
env:
- name: TZ
value: "Europe/Berlin"
ports:
- containerPort: 1234
hostPort: 1234
@@ -39,6 +42,9 @@ spec:
image: ghcr.io/open-webui/open-webui:main
hostname: webui
network: podman
env:
- name: TZ
value: "Europe/Berlin"
ports:
- containerPort: 8080
hostPort: 8888