sudo docker run --detach \ --hostname gitlab.example.com \ --publish 443:443 --publish 80:80 --publish 22:22 \ --name gitlab \ --restart always \ --volume $GITLAB_HOME/config:/etc/gitlab \ --volume $GITLAB_HOME/logs:/var/log/gitlab \ --volume $GITLAB_HOME/data:/var/opt...
[Hostname (ホスト名)] フィールドにgitlab.comと入力し、手順 1 で作成したプライベートキーを追加します。 次に[Add SSH Key (SSH キーを追加)]をクリックします。 .circleci/config.ymlファイルで、add_ssh_keysキーを使用してジョブにフィンガープリントを追加します。
Thank you for installing GitLab! GitLab was unable to detect a valid hostname for your instance. Please configure a URL for your GitLab instance by setting `external_url` configuration in /etc/gitlab/gitlab.rb file. Then, you can start your GitLab instance by running the following command...
<DomainName> は、インスタンスにトラフィックをルーティングするドメイン名に置き換えてください。 cd /opt/bitnami/apps/gitlab sudo ./bnconfig --machine_hostname <DomainName> コマンドの実行が終了したら次のコマンドを入力し、サーバーが再起動するたびに bnconfig ツールが自動...
terraform { backend "remote" { hostname = "app.terraform.io" organization = "gitops-demo" workspaces { name = "aws" } } } EKS.tf file EKSは、Terraformクラスター用のEKSモジュールを利用する別のTerraformファイルです。 チームは、EKS terraformファイルにサブネットのタイプやノード...