Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
POSTGRES_USER: user
POSTGRES_PASSWORD: password
PGPASSWORD: password
DIGIROAD_ROUTING_DUMP_URL: "https://jore4storage.blob.core.windows.net/jore4-digiroad/digiroad_r_routing_2022-10-06.sql"
DIGIROAD_ROUTING_DUMP_URL: "https://stjore4dev001.blob.core.windows.net/jore4-digiroad/2025-08-29_create_routing_schema_digiroad_r_2025_02_fixup.sql"

strategy:
matrix:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ mapped directory on your host machine as the image internally also uses the

Environment variables:

| Environment variable | Example | Description |
| ------------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| SECRET_STORE_BASE_PATH | /mnt/secrets-store | Directory containing the Docker secrets |
| 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 |
| Environment variable | Example | Description |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
| SECRET_STORE_BASE_PATH | /mnt/secrets-store | Directory containing the Docker secrets |
| 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 |

All other environment variables are the same as as in `pgrouting/pgrouting`'s
base image, [postgres](https://registry.hub.docker.com/_/postgres/)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- postgres-password
- postgres-db
environment:
- DIGIROAD_ROUTING_DUMP_URL=https://jore4storage.blob.core.windows.net/jore4-digiroad/digiroad_r_routing_2022-10-06.sql
- DIGIROAD_ROUTING_DUMP_URL=https://stjore4dev001.blob.core.windows.net/jore4-digiroad/2025-08-29_create_routing_schema_digiroad_r_2025_02_fixup.sql
volumes:
- "./test-migrations/test.sql:/docker-entrypoint-initdb.d/test.sql"

Expand Down