From the course: AWS DevOps: Continuous Docker Deployment to AWS Fargate from GitLab
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Using a custom domain with GitLab
From the course: AWS DevOps: Continuous Docker Deployment to AWS Fargate from GitLab
Using a custom domain with GitLab
[Instructor] In the EC2 Consol, click on Instances. Select our Gitlab instance, and copy the elastic IP that we assigned earlier. Click on the services menu and type route53. And select the option that auto completes. Click on Hosted Zones and click on your domain name. Click on Create Record Set and for name I'm going to type Gitlab. So now I'm defining my Gitlab URL so my users are going to access Gitlab at https://gitlab.simpleemailservice.org Make sure the type is set to A record. For the value, paste in your elastic IP. And click Create. We also need to create a record for our Gitlab container registry. In the configuration that we're going to set later inside of Gitlab, we're going to set the registry URL as registry.gitlab.simpleemailservice.org. So click Create Record Set and type registry.gitlab. Make sure it's an A record and paste in the same elastic IP and click create. Now we haven't started the server yet so we can't go test this but we will in the next few videos.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
Gitlab server requirement1m 46s
-
(Locked)
Installing Docker5m 3s
-
(Locked)
Change the SSH Port2m 55s
-
(Locked)
Using a custom domain with GitLab1m 35s
-
(Locked)
Running GitLab in Docker3m 50s
-
(Locked)
Configure GitLab5m 3s
-
(Locked)
GitLab first time setup4m 56s
-
(Locked)
Pushing a container to the registry3m 7s
-
(Locked)
-
-
-
-