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