added postgres support for db migrations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
graphite:
|
||||
build: blocks/docker_graphite
|
||||
build: blocks/graphite
|
||||
ports:
|
||||
- "8776:80"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
postgrestest:
|
||||
image: postgres:latest
|
||||
environment:
|
||||
POSTGRES_USER: grafanatest
|
||||
POSTGRES_PASSWORD: grafanatest
|
||||
ports:
|
||||
- "5432:5432"
|
||||
Reference in New Issue
Block a user