@@ -23,20 +23,20 @@ common: &common
23
23
source_index : _env:MIRROR_SOURCE_INDEX # https://index.docker.io
24
24
tags_cache_ttl : _env:MIRROR_TAGS_CACHE_TTL:172800 # seconds
25
25
26
- cache :
27
- host : _env:CACHE_REDIS_HOST:localhost
28
- port : _env:CACHE_REDIS_PORT:6379
29
- db : 0
30
- password : _env:CACHE_REDIS_PASSWORD
26
+ # cache:
27
+ # host: _env:CACHE_REDIS_HOST:localhost
28
+ # port: _env:CACHE_REDIS_PORT:6379
29
+ # db: 0
30
+ # password: _env:CACHE_REDIS_PASSWORD
31
31
32
32
# Enabling LRU cache for small files
33
33
# This speeds up read/write on small files
34
34
# when using a remote storage backend (like S3).
35
- cache_lru :
36
- host : _env:CACHE_LRU_REDIS_HOST:localhost
37
- port : _env:CACHE_LRU_REDIS_PORT:6379
38
- db : 0
39
- password : _env:CACHE_LRU_REDIS_PASSWORD
35
+ # cache_lru:
36
+ # host: _env:CACHE_LRU_REDIS_HOST:localhost
37
+ # port: _env:CACHE_LRU_REDIS_PORT:6379
38
+ # db: 0
39
+ # password: _env:CACHE_LRU_REDIS_PASSWORD
40
40
41
41
# Enabling these options makes the Registry send an email on each code Exception
42
42
email_exceptions :
@@ -150,7 +150,7 @@ test:
150
150
<< : *dev
151
151
index_endpoint : https://indexstaging-docker.dotcloud.com
152
152
standalone : True
153
- storage_path : _env:STORAGE_PATH:~ /tmp/test
153
+ storage_path : _env:STORAGE_PATH:. /tmp/test
154
154
155
155
# To specify another flavor, set the environment variable SETTINGS_FLAVOR
156
156
# $ export SETTINGS_FLAVOR=prod
0 commit comments