mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 15:12:46 +08:00

* Devenv: allow dynamically change mysql_tests docker image * Devenv: allow dynamically change postgres_tests docker image
11 lines
286 B
YAML
11 lines
286 B
YAML
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 |