mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Devenv: Fix integration of postgres and fake-data-gen containers (#20329)
* 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
This commit is contained in:
committed by
GitHub
parent
886bad2fd5
commit
85b7ddefc0
@@ -1,2 +1,2 @@
|
||||
version: "2"
|
||||
version: "2.1"
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user