Add Docker Compose YAML File

Makes it easier to build & run the container with this command:

    $ docker-compose up -d --build
pull/90/head
Robert Dailey 2018-11-02 16:59:05 -05:00
parent 0222190b03
commit c8a40eb9a9
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