Skip to content

Commit

Permalink
fix: change magnito ports
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jun 22, 2024
1 parent 52b0237 commit 2720064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/.env.example
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2720064

Please sign in to comment.