Compare commits
4 Commits
568f7878d1
...
93bffbcb66
| Author | SHA1 | Date | |
|---|---|---|---|
|
93bffbcb66
|
|||
|
e4f7152ec3
|
|||
|
7ee0660092
|
|||
|
73f0b654a2
|
5
.dockerignore
Normal file
5
.dockerignore
Normal file
@@ -0,0 +1,5 @@
|
||||
.idea/
|
||||
data/
|
||||
secrets/
|
||||
compose.override.yaml
|
||||
.git/
|
||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
.idea/
|
||||
data/
|
||||
secrets/
|
||||
compose.override.yaml
|
||||
@@ -13,6 +13,11 @@ COPY ["./rootfs", "/"]
|
||||
|
||||
FROM knatnetwork/github-runner-kms:latest
|
||||
|
||||
RUN set -eux \
|
||||
&& apk add --no-cache bash
|
||||
|
||||
COPY --from=rootfs ["/", "/"]
|
||||
|
||||
ENV NORMALIZE_SECRET_NAMES=0
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
19
compose.yaml
Normal file
19
compose.yaml
Normal file
@@ -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:
|
||||
Reference in New Issue
Block a user