From 46e9843a3a3b59d7ccb42c573e71f63f5b53bae3 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Tue, 14 Jun 2022 17:11:05 +0200 Subject: [PATCH] doc(Docker Compose): small test description of docker compose --- test/docker-compose/test-docker-compose.gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/docker-compose/test-docker-compose.gitlab-ci.yml b/test/docker-compose/test-docker-compose.gitlab-ci.yml index 1ac66e6..0af3577 100644 --- a/test/docker-compose/test-docker-compose.gitlab-ci.yml +++ b/test/docker-compose/test-docker-compose.gitlab-ci.yml @@ -6,7 +6,10 @@ include: - local: 'templates/IaC/docker-compose.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: stage: compose rules: