docs(Docker-Compose) Add docs into main document

This commit is contained in:
mfeix 2021-07-23 10:10:58 +02:00
parent caadb12077
commit fd54a70159
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
= Docker-Compose-Deploy
Kopiert Daten mit hilfe von scp aus der Repo auf einen deployment System.
Kopiert Daten mithilfe von scp aus der Repo auf einen deployment System.
Dort wird über SSH Docker-compose up ausgeführt.
Für die SSH Verbindung muss ein Private-Key in den CI-CD variablen hinter dem Namen $SSH_PRIVATE_KEY abgelegt werden.

View File

@ -37,6 +37,9 @@ include::chapters/generalInformation.adoc[leveloffset=1]
== Container Templates
include::chapters/templates/container-publish.adoc[leveloffset=2]
include::chapters/templates/container-scan.adoc[leveloffset=2]
include::chapters/templates/docker-compose-validate.adoc[leveloffset=2]
include::chapters/templates/docker-compose-deploy.adoc[leveloffset=2]
== Versionierungs Templates