Commit 4f3a3329 by Torkel Ödegaard

added postgres test docker fig block

parent 19f64bc5
postgrestest:
image: postgres:latest
environment:
POSTGRES_USER: grafana
POSTGRES_PASSWORD: password
ports:
- "5432:5432"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment