current configuration

This commit is contained in:
Sooyoung Cheong
2026-02-22 19:22:36 +09:00
parent 9aadddda48
commit 541f072010
13 changed files with 180 additions and 71 deletions

View File

@@ -1,9 +1,26 @@
services:
openwebui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3000:8080"
image: ghcr.io/open-webui/open-webui:cuda
# ports:
# - "3000:8080"
volumes:
- open-webui:/app/backend/data
extra_hosts:
- "host.docker.internal:host-gateway"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
env_file: ".env"
networks:
- caddynet
volumes:
open-webui:
networks:
caddynet:
external: true