Skip to content

Commit 9c3d08b

Browse files
committed
Update Digiroad 2025/02 routing dump URL
1 parent 091f7b4 commit 9c3d08b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
POSTGRES_USER: user
5050
POSTGRES_PASSWORD: password
5151
PGPASSWORD: password
52-
DIGIROAD_ROUTING_DUMP_URL: "https://jore4storage.blob.core.windows.net/jore4-digiroad/digiroad_r_routing_2022-10-06.sql"
52+
DIGIROAD_ROUTING_DUMP_URL: "https://stjore4dev001.blob.core.windows.net/jore4-digiroad/2025-08-29_create_routing_schema_digiroad_r_2025_02_fixup.sql"
5353

5454
strategy:
5555
matrix:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ mapped directory on your host machine as the image internally also uses the
2323

2424
Environment variables:
2525

26-
| Environment variable | Example | Description |
27-
| ------------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
28-
| SECRET_STORE_BASE_PATH | /mnt/secrets-store | Directory containing the Docker secrets |
29-
| DIGIROAD_ROUTING_DUMP_URL | https://jore4storage.blob.core.windows.net/jore4-digiroad/digiroad_r_routing_2022-10-06.sql | The URL for database dump to be retreieved during the map-matching database startup |
26+
| Environment variable | Example | Description |
27+
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
28+
| SECRET_STORE_BASE_PATH | /mnt/secrets-store | Directory containing the Docker secrets |
29+
| DIGIROAD_ROUTING_DUMP_URL | https://stjore4dev001.blob.core.windows.net/jore4-digiroad/2025-08-29_create_routing_schema_digiroad_r_2025_02_fixup.sql | The URL for database dump to be retreieved during the map-matching database startup |
3030

3131
All other environment variables are the same as as in `pgrouting/pgrouting`'s
3232
base image, [postgres](https://registry.hub.docker.com/_/postgres/)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- postgres-password
1515
- postgres-db
1616
environment:
17-
- DIGIROAD_ROUTING_DUMP_URL=https://jore4storage.blob.core.windows.net/jore4-digiroad/digiroad_r_routing_2022-10-06.sql
17+
- DIGIROAD_ROUTING_DUMP_URL="https://stjore4dev001.blob.core.windows.net/jore4-digiroad/2025-08-29_create_routing_schema_digiroad_r_2025_02_fixup.sql"
1818
volumes:
1919
- "./test-migrations/test.sql:/docker-entrypoint-initdb.d/test.sql"
2020

0 commit comments

Comments
 (0)