We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573fd1f commit 1e93473Copy full SHA for 1e93473
images/overpass-api/README.md
@@ -1,3 +1,18 @@
1
# Overpass api
2
3
-This continaer is base on: https://github.com/wiktorn/Overpass-API
+This continaer is base on: https://github.com/wiktorn/Overpass-API
4
+
5
+### Configuration
6
7
+In order to run this container we need environment variables, these can be found in the following files👇:
8
9
+- [..env.overpass.example](./../../envs/.env.overpass.example)
10
11
+**Note**: Rename the above files as `.env.overpass`
12
13
+#### Running nominatim - DB and API container
14
15
+```sh
16
+ # Docker compose
17
+ docker-compose run overpass-api
18
+```
0 commit comments