This repo is super small. Simply a docker compose setup to run a n8n instance with a postgres database.
from https://docs.n8n.io/hosting/installation/docker/
Warning
This is meant for development purposes only. You'll need to add security and secret management for production use.
- Docker
- Docker Compose
- Make
- Clone this repo
- Run
make build
- Run
make start
to start the n8n instance - Visit
http://localhost:5678
in your browser - Follow the on screen instructions to setup your n8n admin user
- Once you're done, you can stop the n8n instance by running
make stop
- Run
make start
to start the n8n instance - Visit
http://localhost:5678
in your browser - Once you're done, you can stop the n8n instance by running
make stop
- Run
make stop
- Run
make clean
- Run
make stop
- Run
make docker-clean-all