refactor: remove N8N_VERSION env variable, hardcode stable

This commit is contained in:
Yury Kossakovsky
2025-12-15 10:06:13 -07:00
parent b4dbead6f3
commit 3134eee354
7 changed files with 4 additions and 32 deletions

View File

@@ -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}