From e4f7152ec3f3edab65f936aa3b45b6cd4e0a0f40 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 29 Mar 2025 17:27:43 +0100 Subject: [PATCH] Add example compose.yaml file --- compose.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..bc4b601 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,19 @@ +secrets: + PAT_N0rthernL1ghts: + file: ./secrets/PAT_N0rthernL1ghts.txt + +networks: + default: + +services: + kms: + image: xcr.se/n0rthernl1ghts/gha-runner-kms:latest + hostname: vm-vulcan-ghr-prod-01-kms.router0.net + deploy: + replicas: 1 + restart_policy: + condition: any + secrets: + - PAT_N0rthernL1ghts + networks: + default: