Browse Source

add compose file

root 5 years ago
parent
commit
0728371f2d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docker-compose.yml

+ 6 - 0
docker-compose.yml

@@ -0,0 +1,6 @@
+version: '3'
+services:
+  schedule:
+    build: .
+    ports:
+      - "8888:8888"