Merge pull request #90 from rcdailey/master

Add Docker Compose YAML File
pull/100/head
Suresh Alse 2018-11-02 15:50:25 -07:00 committed by GitHub
commit 05c93bc510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3.7'
services:
crontab-ui:
build: .
image: alseambusher/crontab-ui
network_mode: bridge
ports:
- 8000:8000