Small simplification
This commit is contained in:
parent
ee38b3c84d
commit
68cfdd89c4
2
Makefile
2
Makefile
|
@ -8,6 +8,8 @@ remove:
|
|||
|
||||
start:
|
||||
@docker-compose start
|
||||
startanbuild:
|
||||
docker-compose up -d --build
|
||||
|
||||
stop:
|
||||
@docker-compose stop
|
||||
|
|
|
@ -27,7 +27,6 @@ services:
|
|||
environment:
|
||||
- 'OLLAMA_BASE_URL=http://ollama:11434'
|
||||
- 'WEBUI_SECRET_KEY='
|
||||
- 'DATA_DIR=/app/backend/data'
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue