From 192aca3f567aa6622e7c81b482fbac10ad096f1e Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 8 Mar 2024 09:17:28 +0000 Subject: [PATCH] Update content/en/apps/guides/data/analytics/setup.md Co-authored-by: Ashley <8253488+mrjones-plip@users.noreply.github.com> --- content/en/apps/guides/data/analytics/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/apps/guides/data/analytics/setup.md b/content/en/apps/guides/data/analytics/setup.md index 7b78eb66d..e15775cbc 100644 --- a/content/en/apps/guides/data/analytics/setup.md +++ b/content/en/apps/guides/data/analytics/setup.md @@ -87,7 +87,7 @@ This is equivalent to running: docker-compose -f docker-compose.couchdb.yml -f docker-compose.postgres.yml -f docker-compose.yml up -d ``` -#### With a separate CouchDB instance +### Separate CouchDB instance This setup involves starting Logstash, PostgreSQL, PostgREST, and DBT. It assumes you have a CouchDB instance running, and you updated the `.env` CouchDB variables accordingly. Run the Docker containers locally and wait for every container to be up and running: