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.

SonarQubeServerをdockerを使って秒で構築する

Posted at

備忘録的なもの

dbはpostgresqlで立てる

下記のものを対象のserverへコピペする

貼り付け先はどこでも良いが、こんな感じに配置してみた

/sonar-qube/docker-compose.yml

sonar-qube配下へ移動し、下記コマンドを実行

docker-compose up -d

少しするとsonarqubeのコンテナが落ちてしまった
下記のものを参考にして対応してみたら問題なくport 9000にアクセスできた

初期のログイン情報はid admin , pass admin
これ以降の情報はかなりあるので調べてみて(使用するCIツールによって多少違いがある)

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?