BlinkTagInc / gtfs-to-html

Build human readable transit timetables as HTML or PDF from GTFS.
https://gtfstohtml.com
MIT License
181 stars 57 forks source link

Docker compose #122

Closed floatingpurr closed 3 years ago

floatingpurr commented 3 years ago

Hello there. This PR just adds a shorthand for the Docker-based case with docker-compose.

Reasons behind this PR:

Please, note that this approach is backward compatible with the legacy Dockerfile

The Dockerfile uses node:14 (LTS) since node:16 returned an error during the installation.

(See also #118)

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/blinktaginc/gtfs-to-html/5QVSQV6So1y1A8hJnovYVzMfAtnc
✅ Preview: https://gtfs-to-html-git-fork-floatingpurr-docker-compose-blinktaginc.vercel.app

brendannee commented 3 years ago

This is great - thanks for the PR!

floatingpurr commented 3 years ago

Hope this helps! Just a little contibution to this amazing project.