mirror of
https://github.com/wallabag/docker.git
synced 2026-02-21 09:17:43 +01:00
add redis environmental variables
This commit is contained in:
@ -43,8 +43,8 @@ parameters:
|
||||
rabbitmq_prefetch_count: 10
|
||||
|
||||
# Redis processing
|
||||
redis_scheme: tcp
|
||||
redis_host: redis
|
||||
redis_port: 6379
|
||||
redis_path: null
|
||||
redis_password: null
|
||||
redis_scheme: {{ redis_scheme }}
|
||||
redis_host: {{ redis_host }}
|
||||
redis_port: {{ redis_port }}
|
||||
redis_path: {{ redis_path }}
|
||||
redis_password: {{ redis_password }}
|
||||
|
||||
Reference in New Issue
Block a user