diff --git a/infrastructure/docker/amarillo/Dockerfile b/infrastructure/docker/amarillo/Dockerfile index 28d0765d..2ee9aa13 100644 --- a/infrastructure/docker/amarillo/Dockerfile +++ b/infrastructure/docker/amarillo/Dockerfile @@ -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/* diff --git a/router-config.json b/router-config.json index 0aafa0b0..1ba9ce20 100644 --- a/router-config.json +++ b/router-config.json @@ -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" }, {