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