SelfHosting/Containers/OpenWebui/compose.yml
2025-09-03 01:41:20 +02:00

12 lines
272 B
YAML

services:
open-webui:
restart: always
ports:
- 3001:8080
volumes:
- ./open-webui:/app/backend/data
container_name: open-webui
image: ghcr.io/open-webui/open-webui:main
labels:
tsdproxy.enable: "true"
tsdproxy.name: "chat"