Skip to content

Commit

Permalink
update to use gtfs zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Andykmcc committed Sep 8, 2023
1 parent 85a0add commit 0242e80
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FILTERED_AGENCY_IDS="" # e.g. "CE,AM"
MANUALLY_FILTERED_ROUTE_IDS="" # e.g. "ST:B"
GTFS_PATH="./volumes/gtfs" # directory on host with contents of GTFS zip
GTFS_PATH="./volumes/gtfs/gtfs.zip" # path tip zip of gtfs
OUTPUT_DIR_PATH="./volumes/output" # directory on host where output JSON should be written
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
GTFS_PATH: "${GTFS_PATH}"
OUTPUT_DIR_PATH: "${OUTPUT_DIR_PATH}"
volumes:
- "${GTFS_PATH}:/usr/app/mnts/gtfs"
- "${GTFS_PATH}:/usr/app/mnts/gtfs.zip"
- "${OUTPUT_DIR_PATH}:/usr/app/mnts/output"
image: ghcr.io/bikehopper/gtfs-processor:v1.0.1
build: .
Expand Down
Loading

0 comments on commit 0242e80

Please sign in to comment.