mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 00:23:13 +00:00
915 B
915 B
n8n Demo setup
This repo helps quickly bootstrap an n8n demo environment using docker-compose.
Requirements
- Docker compose
- Optionally an Nvidia GPU for faster inference on Ollama and Infinity
Setup
- Clone this repo
- Optionally edit the credentials in the
.envfile - If you have an Nvidia GPU, run
docker compose --profile gpu-nvidia up - Otherwise to run inference services on your CPU, run
docker compose --profile cpu up - 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