This commit is contained in:
Ludovic Cartier
2026-05-19 16:17:26 +02:00
parent ba36e9f677
commit 2d36f1dbe6
5 changed files with 154 additions and 0 deletions
+14
View File
@@ -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 }}'