feat: install bins alongside

This commit is contained in:
decentral1se 2023-01-18 18:32:04 +01:00
parent baa7ea2bb6
commit 3f2b8b2c11
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ services:
- github_token
healthcheck:
disable: true
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
deploy:
mode: replicated
replicas: 0

View File

@ -3,6 +3,7 @@ module.exports = {
token: '{{ secret "api_token" }}',
platform: "gitea",
unicodeEmoji: false,
binarySource: "docker",
baseBranches: [
"master",
"main"