aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 916004e326c129ba29b68167cd88cf1bdf20d63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: "3.3"

services:
  stretch:
    image: qbsdev:stretch
    build:
      dockerfile: Dockerfile
      context: docker/stretch/
      args:
        QT_VERSION: 5.11.3
        QBS_VERSION: 1.13.0
    working_dir: /qbs
    volumes:
      - .:/qbs
    network_mode: bridge