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