mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
refactor: remove N8N_VERSION env variable, hardcode stable
This commit is contained in:
@@ -39,8 +39,6 @@ x-n8n: &service-n8n
|
||||
context: ./n8n
|
||||
dockerfile: Dockerfile.n8n
|
||||
pull: true
|
||||
args:
|
||||
N8N_VERSION: ${N8N_VERSION:-stable}
|
||||
environment: &service-n8n-env
|
||||
DB_POSTGRESDB_DATABASE: postgres
|
||||
DB_POSTGRESDB_HOST: postgres
|
||||
@@ -116,8 +114,6 @@ x-n8n-worker-runner: &service-n8n-worker-runner
|
||||
context: ./n8n
|
||||
dockerfile: Dockerfile.runner
|
||||
pull: true
|
||||
args:
|
||||
N8N_VERSION: ${N8N_VERSION:-stable}
|
||||
environment:
|
||||
GENERIC_TIMEZONE: ${GENERIC_TIMEZONE:-America/New_York}
|
||||
N8N_RUNNERS_AUTH_TOKEN: ${N8N_RUNNERS_AUTH_TOKEN}
|
||||
|
||||
Reference in New Issue
Block a user