Update to 2022-05-19 00:00

This commit is contained in:
Daniel Berteaud 2022-05-19 00:00:12 +02:00
parent 1f402bba6b
commit b192879041
3 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 0.176.0
n8n_version: 0.177.0
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run

View File

@ -2,6 +2,5 @@
dependencies:
- role: repo_nodejs
- role: redis_server
- role: mysql_server
when: n8n_db_server in ['localhost','127.0.0.1']

View File

@ -23,4 +23,3 @@ N8N_EDITOR_BASE_URL={{ n8n_public_url }}
{% if system_tz is defined %}
GENERIC_TIMEZONE={{ system_tz }}
{% endif %}
EXECUTIONS_MODE=queue