Skip to content

Commit

Permalink
OTP config use docker-compose internal amarillo instead of hosted one.
Browse files Browse the repository at this point in the history
(during CICD use current instead of old, which might not be working)
  • Loading branch information
clezag committed Oct 11, 2024
1 parent 053167c commit b8ca821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/docker/amarillo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/mfdz/amarillo:1.0
FROM ghcr.io/mfdz/amarillo:main

# Currently, we don't download gtfs, as we assume it's mounted at /data/latestGTFS.zip
# RUN apt-get update && apt-get install -y wget zip && rm -r /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
{
"type": "stop-time-updater",
"url": "https://amarillo.otp.opendatahub.testingmachine.eu/gtfs/amarillo.altoadige.gtfsrt.pbf",
"url": "http://amarillo:80/gtfs/amarillo.altoadige.gtfsrt.pbf",
"feedId": "amarillo"
},
{
Expand Down

0 comments on commit b8ca821

Please sign in to comment.