commit ad10b66caf52b45c7d8f37f6267bc517ea75b91d parent f058fef05c6c601f37c98188f85374c9e686078e Author: arjoonn sharma <arjoonn@midpathsoftware.com> Date: Sat, 26 Nov 2022 16:57:39 +0530 reference compose file Diffstat:
| D | compose/cicd.yml | | | 0 | |
| A | compose/reference.yml | | | 9 | +++++++++ |
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/compose/cicd.yml b/compose/cicd.yml diff --git a/compose/reference.yml b/compose/reference.yml @@ -0,0 +1,9 @@ +version: '3.7' + +services: + jaypore_ci_runner: + image: jaypore_ci_runner:v0.1 + restart: always + environment: + GITEA_URL: "https://gitea.example.com" + GITEA_TOKEN: "asdlfjwo223fkl"