To run the application using Docker Compose, follow these steps:
-
Build and Run with Docker Compose:
docker-compose up --build
This command will build the
lightblue-beimage using theDockerfileand start both thedbandbeservices. -
Run in Background (Optional):
docker-compose up -d --build
Use the
-dflag to run the containers in the background.
- authorization: /oauth2/authorization/naver
- redirect-uri: /login/oauth2/code/naver