ソースを参照

Merge pull request #28 from nickbabcock/update-ci

CI: set graphite tagdb to redis explicitly
Nick Babcock 6 年 前
コミット
d7d65a9423
2 ファイル変更2 行追加1 行削除
  1. 1 1
      ci/Dockerfile.graphite
  2. 1 0
      ci/local_settings.py

+ 1 - 1
ci/Dockerfile.graphite

@@ -1,2 +1,2 @@
-FROM graphiteapp/graphite-statsd
+FROM graphiteapp/graphite-statsd:1.1.4-10
 COPY local_settings.py /opt/graphite/webapp/graphite/

+ 1 - 0
ci/local_settings.py

@@ -1,3 +1,4 @@
+TAGDB = 'graphite.tags.redis.RedisTagDB'
 TAGDB_REDIS_HOST = 'redis'
 TAGDB_REDIS_PORT = 6379
 TAGDB_REDIS_DB = 0