mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Activated redis
This commit is contained in:
		@@ -21,9 +21,9 @@ services:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        gitlab_rails['initial_root_password'] = "{{gitlab_initial_root_password}}"
 | 
					        gitlab_rails['initial_root_password'] = "{{gitlab_initial_root_password}}"
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        #redis['enable']                       = false
 | 
					        redis['enable']                       = false
 | 
				
			||||||
        #gitlab_rails['redis_host']            = 'redis'
 | 
					        gitlab_rails['redis_host']            = 'redis'
 | 
				
			||||||
        #gitlab_rails['redis_port']            = '6379'
 | 
					        gitlab_rails['redis_port']            = '6379'
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "127.0.0.1:{{http_port}}:80"
 | 
					      - "127.0.0.1:{{http_port}}:80"
 | 
				
			||||||
      - "{{ssh_port}}:22"
 | 
					      - "{{ssh_port}}:22"
 | 
				
			||||||
@@ -35,12 +35,15 @@ services:
 | 
				
			|||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      database:
 | 
					      database:
 | 
				
			||||||
        condition: service_healthy
 | 
					        condition: service_healthy
 | 
				
			||||||
 | 
					      redis:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% include 'templates/docker-postgres-service.yml.j2' %}
 | 
					{% include 'templates/docker-postgres-service.yml.j2' %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% include 'templates/docker-redis-service.yml.j2' %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
  database:
 | 
					  database:
 | 
				
			||||||
  config:
 | 
					  config:
 | 
				
			||||||
  logs:
 | 
					  logs:
 | 
				
			||||||
  data:
 | 
					  data:
 | 
				
			||||||
  # redis:
 | 
					  redis:
 | 
				
			||||||
		Reference in New Issue
	
	Block a user