Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steventango authored Mar 13, 2023
1 parent 972caed commit 74f0d30
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
version: '2.3'
name: qt-coyotes

services:
worker:
build: .
github-runner-base:
image: qt-coyotes/github-runner-base
build:
context: .
dockerfile: Dockerfile.base
github-runner:
build:
context: .
dockerfile: Dockerfile
environment:
REPO_URL: https://github.com/qt-coyotes/mange-classifier
RUNNER_NAME: arvp
RUNNER_TOKEN: TOKEN
ACCESS_TOKEN: TOKEN
RUNNER_WORKDIR: /tmp/runner/work
RUNNER_SCOPE: 'repo'
LABELS: linux,x64,gpu
image: qt-coyotes/github-runner
security_opt:
# needed on SELinux systems to allow docker container to manage other docker containers
- label:disable
shm_size: '8gb'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/tmp/runner:/tmp/runner'
Expand Down

0 comments on commit 74f0d30

Please sign in to comment.