본문 바로가기

Seize the day

검색하기
Seize the day
프로필사진 nofunfromdev

  • 분류 전체보기 (14)
    • 개발 (14)
      • Node.js (4)
      • JAVA (3)
      • Google Cloud Platform (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/04   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
Tags
  • 스프링부트패키지구조
  • Nest.js 로그인
  • nest authentication
  • gcp ssh vm
  • vm ssh 포트 변경
  • 도커로db설치
  • docker
  • db로컬설치
  • gcp ssh 포트 변경
  • JWT쓰는이유
  • ssh연결
  • nest login
  • jdk설치
  • nest passport
  • jwt장점
  • ssh 포트 변경
  • Nest.js
  • ssh 연결 방법
  • JWT
  • InnerJoinMapOne
  • How to Join Tables Without Relations in TypeORM
  • docker mysql설치하기
  • 패키지구조
  • 맥북개발환경
  • vm ssh 포트
  • local database
  • macos개발환경
  • nest jwt
  • vm ssh port
  • Nest.js login
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2025/04/18 (1)

Seize the day

[MacOS] Docker로 로컬 PostgreSQL 설치하고 DBeaver로 연결하기

백엔드 개발을 하다 보면 꼭 만나게 되는 데이터베이스, PostgreSQLMacOS에서 Docker를 활용해 Local에 PostgreSQL을 설치하고, DBeaver로 연결을 했다.🐳 Docker로 PostgreSQL 설치하기1. docker-compose.yml사용하고 있는 프로젝트 루트 폴더에 docker-compose.yml 파일을 생성한다. postgres: image: postgres:15 container_name: local-postgres restart: always environment: POSTGRES_USER: myuser POSTGRES_PASSWORD: mypassword POSTGRES_DB: mydb ports: ..

개발 2025. 4. 18. 16:56
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바