This website works better with JavaScript
Home
Explore
Help
Sign In
vmshay
/
Schedule
Watch
1
Star
0
Fork
0
Files
Browse Source
add compose file
root
5 years ago
parent
e733715b17
commit
0728371f2d
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
docker-compose.yml
+ 6
- 0
docker-compose.yml
View File
@@ -0,0 +1,6 @@
+version: '3'
+services:
+ schedule:
+ build: .
+ ports:
+ - "8888:8888"