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: