Added some parameters

This commit is contained in:
2023-12-28 18:30:31 +01:00
parent 2b19cd8f97
commit 44d92ddccc
3 changed files with 7 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ services:
nginx['listen_port'] = 80
nginx['listen_https'] = false
gitlab_rails['initial_root_password'] = "{{gitlab_initial_root_password}}"
#redis['enable'] = false
#gitlab_rails['redis_host'] = 'redis'
#gitlab_rails['redis_port'] = '6379'
@@ -30,6 +32,9 @@ services:
- 'logs:/var/log/gitlab'
- 'data:/var/opt/gitlab'
shm_size: '256m'
depends_on:
database:
condition: service_healthy
{% include 'templates/docker-postgres-service.yml.j2' %}