adds age viewer to docker-compose
This commit is contained in:
parent
33362118b8
commit
fad1a84516
1 changed files with 11 additions and 0 deletions
|
|
@ -165,6 +165,17 @@ services:
|
|||
networks:
|
||||
- cognee-network
|
||||
|
||||
age-viewer:
|
||||
image: lorenzobattiston/apache-age-viewer-graph:tagname
|
||||
container_name: age-viewer
|
||||
restart: always
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
- cognee-network
|
||||
ports:
|
||||
- "3001:3000"
|
||||
|
||||
|
||||
networks:
|
||||
cognee-network:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue