aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 000000000..916004e32
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,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