From 4f756e45b8393d4388af9bb3b7ee34d2ef79b46d Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Tue, 22 Nov 2016 15:35:16 +0100 Subject: Use persistent postgres storage and make grafana use postgres backing Still need to fix session storage for Grafana. After that, the container is stateless. --- build/test/pg_hba.tail | 1 + 1 file changed, 1 insertion(+) (limited to 'build/test/pg_hba.tail') diff --git a/build/test/pg_hba.tail b/build/test/pg_hba.tail index 60b8c53..ecf6295 100644 --- a/build/test/pg_hba.tail +++ b/build/test/pg_hba.tail @@ -1 +1,2 @@ host nms nms 172.17.0.0/16 md5 +host grafana grafana 172.17.0.0/16 md5 -- cgit v1.2.3