From 2ae4f833b152be0bd2d9357ef020623765ce2f09 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 30 Dec 2021 09:43:03 -0700 Subject: [PATCH] Update stemma tmuxinator project --- home/.config/tmuxinator/stemma.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/.config/tmuxinator/stemma.yml b/home/.config/tmuxinator/stemma.yml index b313889..016029f 100644 --- a/home/.config/tmuxinator/stemma.yml +++ b/home/.config/tmuxinator/stemma.yml @@ -6,8 +6,11 @@ root: /src/stemma startup_window: terminal windows: - - neo4j: docker-compose -f docker-compose-localdev.yml up neo4j - - elasticsearch: docker-compose -f docker-compose-localdev.yml up elasticsearch + - neo4j: docker-compose -f docker-compose.yml up neo4j + - elasticsearch: docker-compose -f docker-compose.yml up elasticsearch + - databuilder: + root: /src/stemma/databuilder + panes: source venv/bin/activate - webpack: root: /src/stemma/frontend/amundsen_application/static panes: npm run watch