Skip to content

Commit

Permalink
put todos; gtfs-importer: print gtfs-via-postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Nov 13, 2023
1 parent 72d8f86 commit 959c494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ services:
timeout: 5s
retries: 10

# todo /arrivals_departures: enforce stop_id filtering?
gtfs-api:
networks: [ipl]
depends_on:
Expand Down Expand Up @@ -485,6 +486,7 @@ services:
- ${IPL_GTFS_SWAGGER_UI_PORT}:8080
environment:
# Swagger UI will call gtfs-api in the browser, so we need to use its "outside" port here.
# todo: localhost -> dev-ipl.mobidata-bw.de
API_URL: http://localhost:${IPL_GTFS_API_PORT}
BASE_URL: /docs/gtfs
labels:
Expand Down
2 changes: 2 additions & 0 deletions gtfs-importer/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ set +x
print_bold "Importing (tidied) GTFS feed into the $PGDATABASE database."
set -x

gtfs-to-sql --version

gtfs-to-sql -d \
--trips-without-shape-id --lower-case-lang-codes \
--stops-location-index \
Expand Down

0 comments on commit 959c494

Please sign in to comment.