mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 08:33:15 +00:00
685 B
685 B
n8n Demo setup
This repo helps setup a docker-compose based setup to quickly bootstrap an n8n demo environment.
Requirements
Setup
- Clone this repo
- Optionally edit the credentials in the
.envfile - Run
docker compose up -d, and wait a couple of minutes for all the containers to become healthy.
Included service endpoints
Updating
- Run
docker compose pullto fetch all the latest images - Run
docker compose create && docker compose up -dto update and restart all the containers