SelfHosting/OpenWebui/compose.yml
2025-08-31 08:45:07 +02:00

11 lines
252 B
YAML

services:
open-webui:
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"