OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Add Docker Compose configuration, and improve README documentation #13

Closed mileswwatkins closed 5 years ago

mileswwatkins commented 5 years ago

We've taken the CI script that y'all had built, and used that set up to inform a Docker Compose file. This helps to simplify the local setup, usage, and deployment. To accompany, we wrote this usage up in the README.

Per Docker documentation, we also tweaked some of the directives in the Dockerfile, and split some of the commands into multi-line for better readability. The core tasks of the Dockerfile remain unchanged from your original version.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

barbeau commented 5 years ago

@mileswwatkins Oh, nice, thanks for working on this!

@danp Are you able to review this PR?