added postgres support for db migrations

This commit is contained in:
Torkel Ödegaard
2015-01-20 09:20:44 +01:00
parent 2379c5b770
commit 8bb9126b77
8 changed files with 107 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
postgrestest:
image: postgres:latest
environment:
POSTGRES_USER: grafanatest
POSTGRES_PASSWORD: grafanatest
ports:
- "5432:5432"