Skip to content

Commit a9152f5

Browse files
committed
Removed neo4j image
1 parent 5703631 commit a9152f5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docker-compose.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ services:
2424
- .env
2525
restart: always
2626

27-
neo4j:
28-
image: neo4j:5.25.1
29-
container_name: neo4j
30-
ports:
31-
- 7474:7474
32-
- 7687:7687
33-
volumes:
34-
- ./data/neo4j:/data
35-
- ./logs/neo4j:/logs
36-
environment:
37-
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
38-
env_file:
39-
- envs/neo4j.env
40-
- .env
41-
restart: always
27+
# neo4j:
28+
# image: neo4j:5.25.1
29+
# container_name: neo4j
30+
# ports:
31+
# - 7474:7474
32+
# - 7687:7687
33+
# volumes:
34+
# - ./data/neo4j:/data
35+
# - ./logs/neo4j:/logs
36+
# environment:
37+
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
38+
# env_file:
39+
# - envs/neo4j.env
40+
# - .env
41+
# restart: always
4242

0 commit comments

Comments
 (0)