about summary refs log tree commit diff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2018-12-22 16:13:05 +0100
committerhanemile <hanemile@protonmail.com>2018-12-22 16:13:05 +0100
commite9555c1739896b7f6fd4a223c175e9f96815dea2 (patch)
tree066c2ec409f71c8ba6e051c7bb925ee23d8b4ecd /docker-compose.yml
parente0ec5e7ee6b9f4b285267a09f6680ce353dc4bcf (diff)
simple hello world service
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..b7a8e13
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,7 @@
+version: '3'
+
+services:
+  manager:
+    build: .
+    ports:
+      - "80:80"
\ No newline at end of file