aboutsummaryrefslogtreecommitdiffstats
path: root/service/container/docker-compose.yml
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-29 14:24:31 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-29 14:24:31 +0200
commit13b65f01132c41be9ab8d9f92c2c5ca605c366d8 (patch)
tree74bd5b4dee779e4600d416adf4abcd4f621addab /service/container/docker-compose.yml
parent62d99253144a14648c4da1c2a60c01e7b06ef02c (diff)
downloadenowars5-service-stldoctor-13b65f01132c41be9ab8d9f92c2c5ca605c366d8.tar.gz
enowars5-service-stldoctor-13b65f01132c41be9ab8d9f92c2c5ca605c366d8.zip
changed repo structure and commited releease files such that default docker-compose worklow commands work in testvm
Diffstat (limited to 'service/container/docker-compose.yml')
-rw-r--r--service/container/docker-compose.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/service/container/docker-compose.yml b/service/container/docker-compose.yml
deleted file mode 100644
index 1da888f..0000000
--- a/service/container/docker-compose.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-version: '3'
-services:
- printdoc:
- build: .
- volumes:
- - ./data/:/data:rw
- ports:
- - 9090:9000