mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
10 lines
196 B
Bash
10 lines
196 B
Bash
VOL_PATH=./data
|
|
WEBUI_IMAGE=ghcr.io/open-webui/open-webui:cuda
|
|
|
|
# For CPU
|
|
# WEBUI_IMAGE=ghcr.io/open-webui/open-webui:main
|
|
|
|
WEBUI_SECRET_KEY=keyher
|
|
WEBUI_URL=myai.example.com
|
|
USE_CUDA_DOCKER=true
|