diff --git a/n8n/README.md b/n8n/README.md index e8804da..8594c60 100644 --- a/n8n/README.md +++ b/n8n/README.md @@ -3,8 +3,6 @@ It means "nodemation" and it is pronounced as n-eight-n. Free and open fair-code licensed node based Workflow Automation Tool. -Last Updated: Wed December 04, 2024 06:31:09 PDT - ## Overview Docker Hub Docs: https://hub.docker.com/r/n8nio/n8n#start-n8n-in-docker @@ -12,7 +10,6 @@ Official docs docker-compose: https://docs.n8n.io/hosting/installation/server-se Docker Hub Tags: https://hub.docker.com/r/n8nio/n8n/tags Proxy Port: 5678 - ## Notes There is a license key required, which is free at the time of writing. diff --git a/n8n/sample-extends.yml b/n8n/sample-extends.yml deleted file mode 100644 index aa02963..0000000 --- a/n8n/sample-extends.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: '3.4' - -services: - n8n: - extends: - file: ${COOKBOOK}/n8n/docker-compose.yml - service: n8n diff --git a/n8n/sample.env b/n8n/sample.env index 662442b..6c37caa 100644 --- a/n8n/sample.env +++ b/n8n/sample.env @@ -1,4 +1,3 @@ -COOKBOOK=/git/docker-compose-cookbooks VOL_PATH=./data TZ="America/Vancouver"