current configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user