"examples/nas/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "25db55caee4325b3b8ad3e3b48de76f349beeae6"
Commit 68cfdd89 authored by Patrice-Gaudicheau's avatar Patrice-Gaudicheau
Browse files

Small simplification

parent ee38b3c8
...@@ -8,6 +8,8 @@ remove: ...@@ -8,6 +8,8 @@ remove:
start: start:
@docker-compose start @docker-compose start
startanbuild:
docker-compose up -d --build
stop: stop:
@docker-compose stop @docker-compose stop
......
...@@ -27,7 +27,6 @@ services: ...@@ -27,7 +27,6 @@ services:
environment: environment:
- 'OLLAMA_BASE_URL=http://ollama:11434' - 'OLLAMA_BASE_URL=http://ollama:11434'
- 'WEBUI_SECRET_KEY=' - 'WEBUI_SECRET_KEY='
- 'DATA_DIR=/app/backend/data'
extra_hosts: extra_hosts:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway
restart: unless-stopped restart: unless-stopped
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment