From 3f2b8b2c112c2cc761fbceb4ff3a0bd96c6f6ad5 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 18 Jan 2023 18:32:04 +0100 Subject: [PATCH] feat: install bins alongside --- compose.yml | 2 ++ config.js.tmpl | 1 + 2 files changed, 3 insertions(+) diff --git a/compose.yml b/compose.yml index 80f890c..587de33 100644 --- a/compose.yml +++ b/compose.yml @@ -29,6 +29,8 @@ services: - github_token healthcheck: disable: true + volumes: + - "/var/run/docker.sock:/var/run/docker.sock" deploy: mode: replicated replicas: 0 diff --git a/config.js.tmpl b/config.js.tmpl index d05653d..3854c35 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -3,6 +3,7 @@ module.exports = { token: '{{ secret "api_token" }}', platform: "gitea", unicodeEmoji: false, + binarySource: "docker", baseBranches: [ "master", "main"