Transitioning fig to docker-compose v3

This commit is contained in:
Akshay Chhajed
2017-10-31 18:59:27 +05:30
parent 1be476b5f5
commit 38ec8ddefc
38 changed files with 203 additions and 197 deletions

View File

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

View File

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