UNPKG

gtfs-to-html

Version:

Build human readable transit timetables as HTML, PDF or CSV from GTFS

10 lines (9 loc) 160 B
version: '3' services: gtfs-to-html: image: gtfs-to-html build: context: . volumes: - ./html:/html - ./config.json:/config.json