You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`UPDATE_STRATEGY`|`PARALLEL`, `SEQUENTIAL`, `DISABLED`|`SEQUENTIAL`| Controls how index updates are handled. `PARALLEL` downloads the new index in the background then swaps with minimal downtime (requires 2x space). `SEQUENTIAL` stops Photon, deletes the existing index, downloads the new one, then restarts. `DISABLED` prevents automatic updates. |
64
-
|`UPDATE_INTERVAL`| Time string (e.g., "720h", "30d") |`30d`| How often to check for updates. To reduce server load, it is recommended to set this to a long interval (e.g., `720h` for 30 days) or disable updates altogether if you do not need the latest data. |
65
-
|`REGION`| Region name, country code, or `planet`|`planet`| Optional region for a specific dataset. Can be a continent (`europe`, `asia`), individual country/region (`germany`, `usa`, `japan`), country code (`de`, `us`, `jp`), or `planet` for worldwide data. See [Available Regions](#available-regions) section for details. |
|`FORCE_UPDATE`|`TRUE`, `FALSE`|`FALSE`| Forces an index update on container startup, regardless of `UPDATE_STRATEGY`. |
68
-
|`DOWNLOAD_MAX_RETRIES`| Number |`3`| Maximum number of retries for failed downloads. |
69
-
|`INITIAL_DOWNLOAD`|`TRUE`, `FALSE`|`TRUE`| Controls whether the container performs the initial index download when the Photon data directory is empty. Useful for manual imports. |
70
-
|`BASE_URL`| Valid URL |`https://r2.koalasec.org/public`| Custom base URL for index data downloads. Should point to the parent directory of index files. The default has been changed to a community mirror to reduce load on the GraphHopper servers. |
71
-
|`SKIP_MD5_CHECK`|`TRUE`, `FALSE`|`FALSE`| Optionally skip MD5 verification of downloaded index files. |
72
-
|`SKIP_SPACE_CHECK`|`TRUE`, `FALSE`|`FALSE`| Skip disk space verification before downloading. |
73
-
|`FILE_URL`| URL to a .tar.bz2 file | - | Set a custom URL for the index file to be downloaded (e.g., "https://download1.graphhopper.com/public/experimental/photon-db-latest.tar.bz2"). This must be a tar.bz2 format. Setting this overrides `UPDATE_STRATEGY` to `DISABLED`, and `SKIP_MD5_CHECK` to true if `MD5_URL` is not set. |
74
-
|`MD5_URL`| URL to the MD5 file to use | - | Set a custom URL for the md5 file to be downloaded (e.g., "https://download1.graphhopper.com/public/experimental/photon-db-latest.tar.bz2.md5").|
75
-
|`PHOTON_PARAMS`| Photon executable parameters | - | See `https://github.com/komoot/photon#running-photon.`|
76
-
|`APPRISE_URLS`| Comma-separated Apprise URLs | - | Optional notification URLs for [Apprise](https://github.com/caronc/apprise) to send status updates (e.g., download completion, errors). Supports multiple services like Pushover, Slack, email, etc. Example: `pover://user@token,mailto://user:pass@gmail.com`|
77
-
|`PUID`| User ID | 9011 | The User ID for the photon process. Set this to your host user's ID (`id -u`) to prevent permission errors when using bind mounts. |
78
-
|`PGID`| Group ID | 9011 | The Group ID for the photon process. Set this to your host group's ID (`id -g`) to prevent permission errors when using bind mounts. |
79
-
|`ENABLE_METRICS`|`TRUE`, `FALSE`|`FALSE`| Enables Prometheus Metrics endpoint at /metrics |
|`UPDATE_STRATEGY`|`PARALLEL`, `SEQUENTIAL`, `DISABLED`|`SEQUENTIAL`| Controls how index updates are handled. `PARALLEL` downloads the new index in the background then swaps with minimal downtime (requires 2x space). `SEQUENTIAL` stops Photon, deletes the existing index, downloads the new one, then restarts. `DISABLED` prevents automatic updates. |
64
+
|`UPDATE_INTERVAL`| Time string (e.g., "720h", "30d") |`30d`| How often to check for updates. To reduce server load, it is recommended to set this to a long interval (e.g., `720h` for 30 days) or disable updates altogether if you do not need the latest data. |
65
+
|`REGION`| Region name, country code, or `planet`|`planet`| Optional region for a specific dataset. Can be a continent (`europe`, `asia`), individual country/region (`germany`, `usa`, `japan`), country code (`de`, `us`, `jp`), or `planet` for worldwide data. See [Available Regions](#available-regions) section for details. |
|`PHOTON_LISTEN_IP`| IP Address | 0.0.0.0 | Populates `-listen-ip` parameter for photon |
68
+
|`FORCE_UPDATE`|`TRUE`, `FALSE`|`FALSE`| Forces an index update on container startup, regardless of `UPDATE_STRATEGY`. |
69
+
|`DOWNLOAD_MAX_RETRIES`| Number |`3`| Maximum number of retries for failed downloads. |
70
+
|`INITIAL_DOWNLOAD`|`TRUE`, `FALSE`|`TRUE`| Controls whether the container performs the initial index download when the Photon data directory is empty. Useful for manual imports. |
71
+
|`BASE_URL`| Valid URL |`https://r2.koalasec.org/public`| Custom base URL for index data downloads. Should point to the parent directory of index files. The default has been changed to a community mirror to reduce load on the GraphHopper servers. |
72
+
|`SKIP_MD5_CHECK`|`TRUE`, `FALSE`|`FALSE`| Optionally skip MD5 verification of downloaded index files. |
73
+
|`SKIP_SPACE_CHECK`|`TRUE`, `FALSE`|`FALSE`| Skip disk space verification before downloading. |
74
+
|`FILE_URL`| URL to a .tar.bz2 file | - | Set a custom URL for the index file to be downloaded (e.g., "https://download1.graphhopper.com/public/experimental/photon-db-latest.tar.bz2"). This must be a tar.bz2 format. Setting this overrides `UPDATE_STRATEGY` to `DISABLED`, and `SKIP_MD5_CHECK` to true if `MD5_URL` is not set. |
75
+
|`MD5_URL`| URL to the MD5 file to use | - | Set a custom URL for the md5 file to be downloaded (e.g., "https://download1.graphhopper.com/public/experimental/photon-db-latest.tar.bz2.md5").|
76
+
|`PHOTON_PARAMS`| Photon executable parameters | - | See `https://github.com/komoot/photon#running-photon.`|
77
+
|`APPRISE_URLS`| Comma-separated Apprise URLs | - | Optional notification URLs for [Apprise](https://github.com/caronc/apprise) to send status updates (e.g., download completion, errors). Supports multiple services like Pushover, Slack, email, etc. Example: `pover://user@token,mailto://user:pass@gmail.com`|
78
+
|`PUID`| User ID | 9011 | The User ID for the photon process. Set this to your host user's ID (`id -u`) to prevent permission errors when using bind mounts. |
79
+
|`PGID`| Group ID | 9011 | The Group ID for the photon process. Set this to your host group's ID (`id -g`) to prevent permission errors when using bind mounts. |
80
+
|`ENABLE_METRICS`|`TRUE`, `FALSE`|`FALSE`| Enables Prometheus Metrics endpoint at /metrics |
0 commit comments