Browse Source

Minor docker-compose.yml fix

master
Apostolos Fanakis 5 years ago
parent
commit
08a8f7bf95
  1. 2
      README.md
  2. 2
      docker-compose.yml

2
README.md

@ -21,7 +21,7 @@ make run
During the Docker image build, a key-pair is created for usage with Gitlab. Get the public ssh key using: During the Docker image build, a key-pair is created for usage with Gitlab. Get the public ssh key using:
```sh ```sh
./utility-scripts/printJenkinsGitlabSSHPublicKey.sh make print-ssh-key
``` ```
Then, on Gitlab, add the public key to the deploy keys of the project. Then, on Gitlab, add the public key to the deploy keys of the project.

2
docker-compose.yml

@ -90,7 +90,7 @@ secrets:
jenkins_admin_username: jenkins_admin_username:
file: ./jenkins/secrets/adminUsername file: ./jenkins/secrets/adminUsername
jenkins_admin_password: jenkins_admin_password:
file: ./jenkins/secrets/adminPass file: ./jenkins/secrets/adminPassword
jenkins_dockerhub_username: jenkins_dockerhub_username:
file: ./jenkins/secrets/dockerhubUsername file: ./jenkins/secrets/dockerhubUsername
jenkins_dockerhub_password: jenkins_dockerhub_password:

Loading…
Cancel
Save