Created
August 18, 2020 15:48
-
-
Save dnburgess/86de9d916d8b30c92466dfe476253a40 to your computer and use it in GitHub Desktop.
DB Tech N8N
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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