You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
별도 수정 없이 docker 내에서 실행 시, DATABASE_URL의 localhost ->host.docker.internal || postgres
🏃 Run
# http
yarn run start
# dev
yarn run start:dev
# docker
docker-compose up --build -d
# db only
docker run -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_DATABASE=postgres -e -p 5432:5432 --name postgres -d postgres