This commit is contained in:
2024-12-17 23:26:14 -06:00
parent 45f89d68bb
commit 20416b2045
10 changed files with 44 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
server:
image: gitea/act_runner:nightly
environment:
GITEA_INSTANCE_URL: ${INSTANCE_URL}
GITEA_RUNNER_REGISTRATION_TOKEN: ${REGISTRATION_TOKEN}
GITEA_RUNNER_NAME: ${RUNNER_NAME}
ROOT_DIR: ${ROOT_DIR}
volumes:
- ${ROOT_DIR}:/data
- /var/run/docker.sock:/var/run/docker.sock