doc(Docker Compose): small test description of docker compose

This commit is contained in:
Marcel Feix 2022-06-14 17:11:05 +02:00
parent c74bb7022c
commit 46e9843a3a
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -6,7 +6,10 @@ include:
- local: 'templates/IaC/docker-compose.gitlab-ci.yml' - local: 'templates/IaC/docker-compose.gitlab-ci.yml'
- local: 'templates/IaC/ssh-transfer-data.gitlab-ci.yml' - local: 'templates/IaC/ssh-transfer-data.gitlab-ci.yml'
#This files tests if Docker Compose template is working correctly.
#to test scp It pushes the docker compose file with to the remove maschine.
#to test docker-compose up over ssh it startes a simple docker compose file on the remote maschine.
#to verify the functionality an ssh connection tests if the files exist on the server.
Docker-compose: Docker-compose:
stage: compose stage: compose
rules: rules: