From 0102ad0a193c6c13590a028ce85fb92bdecb25cc Mon Sep 17 00:00:00 2001 From: YeaChan05 Date: Mon, 17 Jun 2024 16:44:30 +0900 Subject: [PATCH] =?UTF-8?q?[ci]=20=EC=9D=98=EC=A1=B4=EA=B4=80=EA=B3=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 의존관계 변경 --- docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b02717a1..996593f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -87,7 +87,10 @@ services: - "host.docker.internal:host-gateway" networks: - server-network - + depends_on: + - app1 + - app2 + - app3 grafana: image: grafana/grafana container_name: grafana