Skip to content

Commit 3559621

Browse files
committed
Remove unused image
1 parent dc0018b commit 3559621

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docker-compose.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
version: '3'
22
services:
33

4-
llm:
5-
image: ollama/ollama:latest
6-
ports:
7-
- 11434:11434
8-
networks:
9-
- net
10-
114
database:
125
image: neo4j:5.11
136
ports:
@@ -40,8 +33,6 @@ services:
4033
depends_on:
4134
database:
4235
condition: service_healthy
43-
# llm:
44-
# condition: service_started
4536

4637
ports:
4738
- 8081:8080
@@ -67,8 +58,6 @@ services:
6758
depends_on:
6859
database:
6960
condition: service_healthy
70-
# llm:
71-
# condition: service_started
7261
x-develop:
7362
watch:
7463
- action: rebuild

0 commit comments

Comments
 (0)