This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
First, create the network and volumes:
docker volume create ms_simulator_redis
docker network create ms_simulatorThen, run the compose file:
docker compose up -d