GraphQL API for GTFS and GTFS-RT data
Docker image is available from DockerHub with name mjaakko:gtfs-graphql-api
. Currently only available tag is edge
, which is the latest build from the main branch.
GTFSRT_VEHICLE_POSITION_URL
: URL to the vehicle position feedGTFS_PATH
: Path to the GTFS fileGTFS_URL
: URL to the GTFS feedGTFS_UPDATE_INTERVAL
: interval how often to update the GTFS feed from the URL
Only GTFS_PATH
or GTFS_URL
can be used at the same time