From f29cead846560b639a39af9691e4bec150999f9a Mon Sep 17 00:00:00 2001 From: yudonggeun Date: Mon, 17 Jun 2024 20:27:07 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20docker=20compose=20ip=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/compose.yml b/infra/compose.yml index 96d474a3..f04d004c 100644 --- a/infra/compose.yml +++ b/infra/compose.yml @@ -10,5 +10,4 @@ services: ports: - "8080:8080" environment: - URLS: "[{name: 'auth', url: 'http://144.24.59.91/auth/static/openapi3.yaml'},{name: 'user', url: 'http://144.24.59.91/user/static/openapi3.yaml'}, {name: 'server', url: 'http://144.24.59.91/server/static/openapi3.yaml'}]" - + URLS: "[{name: 'auth', url: 'http://152.70.145.249/auth/static/openapi3.yaml'},{name: 'user', url: 'http://152.70.145.249/user/static/openapi3.yaml'}, {name: 'server', url: 'http://152.70.145.249/server/static/openapi3.yaml'}]"