浏览代码

Small simplification

Patrice-Gaudicheau 1 年之前
父节点
当前提交
68cfdd89c4
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 2 0
      Makefile
  2. 0 1
      docker-compose.yaml

+ 2 - 0
Makefile

@@ -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

+ 0 - 1
docker-compose.yaml

@@ -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