mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
Activated redis
This commit is contained in:
parent
dab853e730
commit
15e142ddc4
@ -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:
|
Loading…
Reference in New Issue
Block a user