mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
|
postgrestest:
|
||
|
image: postgres:latest
|
||
|
environment:
|
||
|
POSTGRES_USER: grafana
|
||
|
POSTGRES_PASSWORD: password
|
||
|
ports:
|
||
|
- "5432:5432"
|