You've already forked docker-services
add n8n
This commit is contained in:
@@ -20,6 +20,20 @@ grafana_disable_sanitize_html: true
|
||||
pgadmin_version: 'latest'
|
||||
pgadmin_watchtower_enable: true
|
||||
|
||||
### n8n
|
||||
# n8n_domain: required...
|
||||
# n8n_encryption_key: required...
|
||||
n8n_version: 'latest'
|
||||
n8n_timezone: 'Europe/Paris'
|
||||
n8n_watchtower_enable: true
|
||||
n8n_basic_auth_active: false
|
||||
# n8n_db_type: 'sqlite' # or 'postgresql'
|
||||
# When n8n_db_type == 'postgresql':
|
||||
# n8n_db_password: required...
|
||||
n8n_db_name: 'n8n'
|
||||
n8n_db_user: 'n8n'
|
||||
n8n_db_postgres_version: '16'
|
||||
|
||||
### Gitlab
|
||||
# gitlab_root_password: required...
|
||||
gitlab_external_url: 'https://{{ gitlab_domain }}'
|
||||
|
||||
Reference in New Issue
Block a user