File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed
Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change 1- # version: '3.8'
2-
3- # services:
4- # # The AI Engine
5- # ollama:
6- # image: ollama/ollama:latest
7- # container_name: ollama
8- # ports:
9- # - "11434:11434"
10- # volumes:
11- # - ollama_data:/root/.ollama
12- # entrypoint: /bin/sh
13- # command: -c "ollama serve & sleep 10 && ollama pull qwen2.5-coder && wait"
14- # # If you have an NVIDIA GPU, uncomment the lines below for 10x speed
15- # # deploy:
16- # # resources:
17- # # reservations:
18- # # devices:
19- # # - driver: nvidia
20- # # count: 1
21- # # capabilities: [gpu]
22-
23- # # Your NestJS API
24- # api:
25- # build:
26- # context: ./backend
27- # dockerfile: Dockerfile
28- # container_name: nest_api
29- # ports:
30- # - "3000:3000"
31- # environment:
32- # - OLLAMA_URL=http://ollama:11434
33- # depends_on:
34- # - ollama
35-
36- # volumes:
37- # ollama_data:
38-
39-
40-
41-
42-
431version : ' 3.8'
442
453services :
You can’t perform that action at this time.
0 commit comments