aboutsummaryrefslogtreecommitdiff
path: root/ci/docker-compose.yml
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-29 17:14:18 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-29 17:14:18 +0200
commit47373829babc4a1e2296efe4c8ae0770cfd47211 (patch)
treee7945cfbed365b1db2feb9dcbb3a080256d1b139 /ci/docker-compose.yml
parente2bd7d695474314aa910a36c664e4dc1c7e39d8c (diff)
downloadkristall-47373829babc4a1e2296efe4c8ae0770cfd47211.tar.gz
Adds docker build files based on ubuntu 18.04.
Diffstat (limited to 'ci/docker-compose.yml')
-rw-r--r--ci/docker-compose.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/docker-compose.yml b/ci/docker-compose.yml
new file mode 100644
index 0000000..7879b2c
--- /dev/null
+++ b/ci/docker-compose.yml
@@ -0,0 +1,6 @@
+version: '3'
+services:
+ builder:
+ image: "kristall-ci:1.0"
+ volumes:
+ - ./output:/artifacts \ No newline at end of file