0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

DockerでPostgreSQLをクライアントにて管理する仮想環境の構築をしてみた。

Last updated at Posted at 2023-04-09

DockerでPostgreSQLをクライアントにて管理する仮想環境の構築をしてみた。

前回は、Dockerを使用してhello worldを表示する仮想環境を構築しました。
今回は、webアプリを開発する上で欠かせないDBを仮想環境に構築しました。

使用image

起動方法

  • compose作成
docker-compose up -d

localhostに接続
参考にしたサイトはこちら
Git Hubはこちら

次回は、Spring BootとPostgreSQLを使用した簡単なwebアプリケーションを開発します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?