forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
286 B
11 lines
286 B
postgrestest:
|
|
build:
|
|
context: docker/blocks/postgres_tests
|
|
args:
|
|
- postgres_version=${postgres_version}
|
|
environment:
|
|
POSTGRES_USER: grafanatest
|
|
POSTGRES_PASSWORD: grafanatest
|
|
ports:
|
|
- "5432:5432"
|
|
tmpfs: /var/lib/postgresql/data:rw
|