diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-11-22 15:35:16 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-11-22 15:35:16 +0100 |
commit | 4f756e45b8393d4388af9bb3b7ee34d2ef79b46d (patch) | |
tree | 38aa83689db61ea3291fb89791d277ae4961f1b1 /build/test/pg_hba.tail | |
parent | c38af8933072bb2b9606cd6490e1a802ab4c4187 (diff) |
Use persistent postgres storage and make grafana use postgres backing
Still need to fix session storage for Grafana. After that, the container is
stateless.
Diffstat (limited to 'build/test/pg_hba.tail')
-rw-r--r-- | build/test/pg_hba.tail | 1 |
1 files changed, 1 insertions, 0 deletions
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 |