Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 18, 2020 15:48
Show Gist options
  • Save dnburgess/86de9d916d8b30c92466dfe476253a40 to your computer and use it in GitHub Desktop.
Save dnburgess/86de9d916d8b30c92466dfe476253a40 to your computer and use it in GitHub Desktop.
DB Tech N8N
version: '2.1'
services:
n8n:
image: n8nio/n8n
restart: unless-stopped
ports:
- 5678:5678
environment:
N8N_BASIC_AUTH_ACTIVE=true #optional
N8N_BASIC_AUTH_USER=username #optional
N8N_BASIC_AUTH_PASSWORD=password #optional
volumes:
- /srv/n8n:/root/.n8n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment