mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
85b7ddefc0
* Fix integration of postgres and fake-data-gen containers This fix introduces the following modifications: - Upgrades to 2.1 docker-compose file format - Adds a health check for determining that postgrestest service is healthy - Modifies the fake-postgres-data service to wait for postgrestest to be "healthy" before starting. - Renames postgrestest to postgres
3 lines
25 B
YAML
3 lines
25 B
YAML
version: "2.1"
|
|
services:
|