From 2720064c089914021a13836e5aa753ab909d6c22 Mon Sep 17 00:00:00 2001 From: solufa Date: Sat, 22 Jun 2024 20:14:42 +0900 Subject: [PATCH] fix: change magnito ports --- client/.env.example | 2 +- compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/.env.example b/client/.env.example index 4b38e7f..67c2d53 100644 --- a/client/.env.example +++ b/client/.env.example @@ -1,5 +1,5 @@ NEXT_PUBLIC_API_BASE_PATH=/api -NEXT_PUBLIC_COGNITO_POOL_ENDPOINT=http://localhost:5000 +NEXT_PUBLIC_COGNITO_POOL_ENDPOINT=http://localhost:5050 NEXT_PUBLIC_GA_ID= COGNITO_USER_POOL_ID=ap-northeast-1_frourio COGNITO_USER_POOL_CLIENT_ID=next-frourio-starter diff --git a/compose.yml b/compose.yml index 7e8fc1e..c911eee 100644 --- a/compose.yml +++ b/compose.yml @@ -1,9 +1,9 @@ services: magnito: - image: frourio/magnito:0.8.1 + image: frourio/magnito:0.9.0 ports: - - 5000:5000 - - 5001:5001 + - 5050:5050 + - 5051:5051 env_file: - ./client/.env volumes: