-
Notifications
You must be signed in to change notification settings - Fork 45
HOT Staging Environment
HOT's Export Tool (with HDX functionality) staging site is http://exports-staging.hotosm.org/
An Overpass instance w/ metadata (but no museum) is running out of Docker on :6080
, supporting both the Staging and Production instances.
It's hosted on an Azure Standard_DS3_v2 VM (4 cores, 13GB RAM).
There are 2 extra disks:
-
/mnt-overpass
- 400GB "premium" disk (extra IOPs) containing the Overpass database (mapped into the Overpass Docker container as/srv/osm3s/db
) -
/mnt-storage
- 50GB storage disk, mapped into multiple containers (seedocker-compose.production.yml
) as/opt/export_staging
and/opt/export_downloads
.
To prepare and mount additional / replacement disks, follow https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/attach-disk
docker-compose
is running docker-compose.production.yml
in a tmux session under seth.fitzsimmons
' account. To restart, kill the current instance and run make deploy
. The git repository will be updated and the latest image will be pulled from Quay and restarted.
Data was populated following instructions at https://wiki.openstreetmap.org/wiki/Overpass_API/Installation#Populating_the_DB (with --meta=yes
)