mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
updated files and cleaned out extends
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
ollama:
|
||||
extends:
|
||||
file: ${COOKBOOK}/ollama/docker-compose.yml
|
||||
service: ollama
|
||||
|
||||
webui:
|
||||
extends:
|
||||
file: ${COOKBOOK}/ollama/docker-compose.yml
|
||||
service: webui
|
||||
@@ -1,2 +1,6 @@
|
||||
VOL_PATH=./data
|
||||
WEBUI_IMAGE=ghcr.io/open-webui/open-webui:cuda
|
||||
|
||||
WEBUI_SECRET_KEY=keyher
|
||||
WEBUI_URL=myai.example.com
|
||||
USE_CUDA_DOCKER=true
|
||||
|
||||
Reference in New Issue
Block a user