Browse Source

added postgres test docker fig block

Torkel Ödegaard 10 years ago
parent
commit
4f3a3329e2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docker/blocks/postgres/fig

+ 7 - 0
docker/blocks/postgres/fig

@@ -0,0 +1,7 @@
+postgrestest:
+  image: postgres:latest
+  environment:
+    POSTGRES_USER: grafana
+    POSTGRES_PASSWORD: password
+  ports:
+    - "5432:5432"