Skip to content

Commit

Permalink
updated bmtc-data
Browse files Browse the repository at this point in the history
  • Loading branch information
anikets95 committed Aug 7, 2024
1 parent f48a3f6 commit 407a5c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bmtc-data
Submodule bmtc-data updated 1437 files
15 changes: 8 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ services:
gtfs-to-html:
image: anikets95/gtfs-to-html
volumes:
- ./bmtc-data:/work
- ./bmtc-data/html:/html
command: gtfs-to-html -c /html/config.json
# depends_on:
# transport-validator:
# condition: service_completed_successfully
# gtfsvtor:
# condition: service_completed_successfully
# gtfs-validator:
# condition: service_completed_successfully
depends_on:
transport-validator:
condition: service_completed_successfully
gtfsvtor:
condition: service_completed_successfully
gtfs-validator:
condition: service_completed_successfully

html-minifier:
image: anikets95/html-minifier
Expand Down

0 comments on commit 407a5c8

Please sign in to comment.