- Make sure
Docker
is running on your machine:sudo systemctl start docker
- Check if you have local runners registered:
sudo gitlab-runner list
(there should be exactly 2) - In case there are no runners registerd:
- Run
sudo gitlab-runner register
- Enter the instance URL and registration token from the Gitlab settings page
- For the first runner: Enter the tag
build-and-test
and choosedocker
as executor - For the second runner: Enter the tag
create-image
and chooseshell
as executor
- Run
- Start the runners using
sudo gitlab-runner run
(now they should show up on the Gitlab runners page)
-
Notifications
You must be signed in to change notification settings - Fork 0
Microservices with a reverse proxy and message queue, deployed with docker compose
License
unibz-seis2022-transcripts/contemporary-software-development-project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Microservices with a reverse proxy and message queue, deployed with docker compose