Skip to content

Commit

Permalink
(docker): Add n8n
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Apr 19, 2024
1 parent 868991c commit 45866ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions files/docker_compose/n8n/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: n8n
env_file: n8n.env
ports:
- 5678:5678
volumes:
- n8n_data:/home/node/.n8n
restart: unless-stopped

volumes:
n8n_data:
1 change: 1 addition & 0 deletions files/docker_compose/n8n/n8n.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
N8N_SECURE_COOKIE=false

0 comments on commit 45866ae

Please sign in to comment.