Update docker-compose.yml
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
|||||||
tags:
|
tags:
|
||||||
- git.baked.rocks/vasceannie/lightrag:latest
|
- git.baked.rocks/vasceannie/lightrag:latest
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
|
networks:
|
||||||
|
- rag-net
|
||||||
ports:
|
ports:
|
||||||
- "${PORT:-9621}:9621"
|
- "${PORT:-9621}:9621"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -27,6 +29,8 @@ services:
|
|||||||
neo4j:
|
neo4j:
|
||||||
image: neo4j:latest
|
image: neo4j:latest
|
||||||
container_name: memory-neo4j
|
container_name: memory-neo4j
|
||||||
|
networks:
|
||||||
|
- rag-net
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "wget --quiet --tries=1 --spider http://localhost:7474 || exit 1"]
|
test: ["CMD-SHELL", "wget --quiet --tries=1 --spider http://localhost:7474 || exit 1"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
@@ -51,3 +55,7 @@ volumes:
|
|||||||
name: memory_neo4j_data
|
name: memory_neo4j_data
|
||||||
memory_neo4j_logs:
|
memory_neo4j_logs:
|
||||||
name: memory_neo4j_logs
|
name: memory_neo4j_logs
|
||||||
|
networks:
|
||||||
|
rag-net:
|
||||||
|
driver: bridge
|
||||||
|
name: rag-net
|
||||||
|
|||||||
Reference in New Issue
Block a user