Skip to content

Commit a90aa24

Browse files
authored
Merge pull request #2 from CodePapi/code-reviewer
clean docker
2 parents d3f8938 + 70f0ed3 commit a90aa24

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

docker-compose.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,3 @@
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-
431
version: '3.8'
442

453
services:

0 commit comments

Comments
 (0)