From 0ac0f1b6960db2fd4b786eebb129b6e49b19ccec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Fri, 23 Feb 2024 15:08:09 +0100 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 024f5d6..64c25a2 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# demo-setup +# n8n Demo setup + +This repo helps setup a docker-compose based setup to quickly bootstrap an n8n demo environment. + +### Requirements +- [Docker compose](https://docs.docker.com/compose/) + +### Setup +- Clone this repo +- **Optionally** edit the credentials in the `.env` file +- Run `docker compose up -d`, and wait a couple of minutes for all the containers to become healthy. + +### Included service endpoints +- [n8n](http://localhost:5678/) +- [Ollama](http://localhost:11434/) +- [Qdrant](http://localhost:6333/dashboard) + +### Updating +- Run `docker compose pull` to fetch all the latest images +- Run `docker compose create && docker compose up -d` to update and restart all the containers