Skip to content

Commit 1e93473

Browse files
author
Rub21
committed
Update opverpass api docs and env vars
1 parent 573fd1f commit 1e93473

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

images/overpass-api/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Overpass api
22

3-
This continaer is base on: https://github.com/wiktorn/Overpass-API
3+
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

Comments
 (0)