22 lines
369 B
YAML
22 lines
369 B
YAML
services:
|
|
open-webui:
|
|
container_name: open-webui
|
|
image: ghcr.io/open-webui/open-webui:main
|
|
restart: unless-stopped
|
|
environment:
|
|
- OLLAMA_BASE_URL=http://poslop-w:11434
|
|
volumes:
|
|
- open-webui:/app/backend/data
|
|
networks:
|
|
- caddy
|
|
|
|
|
|
volumes:
|
|
open-webui:
|
|
external: true
|
|
|
|
networks:
|
|
caddy:
|
|
name: caddy
|
|
external: true
|