aboutsummaryrefslogtreecommitdiff
path: root/ci/docker-compose.yml
blob: 9a770527e6472c14bd3cb60c648ef7d52a34d749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
version: '3'
services:
  builder:
#   image: "kristall-ci:1.0"
    build: .
    volumes:
      - ./output:/artifacts
    devices:
      - /dev/fuse:/dev/fuse
    cap_add:
      - SYS_ADMIN