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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ By default, this image will clone an existing Overpass server for the whole plan
5
5
The following enviroment variables can be used to customize the setup:
6
6
7
7
*`OVERPASS_MODE` - takes the value of either `init` or `clone`. Defaults to `clone`.
8
-
*`OVERPASS_META` - (`init` mode only) `yes`, `no` or `attic` - passed to Overpass as `--meta` or `--keep-attic`.
8
+
*`OVERPASS_META` - `attic`, `yes`, or `no`. Passed as `--keep-attic`, `--meta`, or nothing to `update_database` and `init`. Defaults to `no`.
9
9
*`OVERPASS_PLANET_URL` - (`init` mode only) url to a "planet" file (e.g. https://planet.openstreetmap.org/planet/planet-latest.osm.bz2)
10
10
*`OVERPASS_CLONE_SOURCE` - (`clone` mode only) the url to clone a copy of Overpass from. Defaults to https://dev.overpass-api.de/api_drolbr/, which uses minute diffs.
11
11
*`OVERPASS_DIFF_URL` - url to a diff directory for updating the instance (e.g. https://planet.openstreetmap.org/replication/minute/).
0 commit comments