-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathdocker-compose.override.private.yml
More file actions
66 lines (52 loc) · 992 Bytes
/
docker-compose.override.private.yml
File metadata and controls
66 lines (52 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
services:
flowise:
ports:
- 127.0.0.1:3001:3001
open-webui:
ports:
- 127.0.0.1:8080:8080
n8n:
ports:
- 127.0.0.1:5678:5678
qdrant:
ports:
- 127.0.0.1:6333:6333
- 127.0.0.1:6334:6334
neo4j:
ports:
- 127.0.0.1:7473:7473
- 127.0.0.1:7474:7474
- 127.0.0.1:7687:7687
langfuse-worker:
ports:
- 127.0.0.1:3030:3030
langfuse-web:
ports:
- 127.0.0.1:3000:3000
clickhouse:
ports:
- 127.0.0.1:8123:8123
- 127.0.0.1:9000:9000
- 127.0.0.1:9009:9009
minio:
ports:
- 127.0.0.1:9010:9000
- 127.0.0.1:9011:9001
postgres:
ports:
- 127.0.0.1:5433:5432
redis:
ports:
- 127.0.0.1:6379:6379
searxng:
ports:
- 127.0.0.1:8081:8080
ollama-cpu:
ports:
- 127.0.0.1:11434:11434
ollama-gpu:
ports:
- 127.0.0.1:11434:11434
ollama-gpu-amd:
ports:
- 127.0.0.1:11434:11434