mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
added postgres test docker fig block
This commit is contained in:
parent
19f64bc561
commit
4f3a3329e2
7
docker/blocks/postgres/fig
Normal file
7
docker/blocks/postgres/fig
Normal file
@ -0,0 +1,7 @@
|
||||
postgrestest:
|
||||
image: postgres:latest
|
||||
environment:
|
||||
POSTGRES_USER: grafana
|
||||
POSTGRES_PASSWORD: password
|
||||
ports:
|
||||
- "5432:5432"
|
Loading…
Reference in New Issue
Block a user