Skip to content

Instantly share code, notes, and snippets.

@Janjko
Created October 15, 2021 15:10
Show Gist options
  • Save Janjko/a3ff92d6430a02e6ee154f323ff1787e to your computer and use it in GitHub Desktop.
Save Janjko/a3ff92d6430a02e6ee154f323ff1787e to your computer and use it in GitHub Desktop.
Docker compose za conflator megaprojekt
version: "3"
services:
overpass:
container_name: overpass
image: wiktorn/overpass-api:0.7.56.4
environment:
- OVERPASS_META=yes
- OVERPASS_MODE=init
- OVERPASS_PLANET_URL=https://data.osm-hr.org/croatia/croatia.osm.pbf
conflator:
container_name: conflator
image: ghcr.io/janjko/osm_conflate_job:main
volumes:
- C:\Users\janko\source\conflatorDocker\:/data/
environment:
- PERIOD=1m
- ALT_OVERPASS=http://overpass/api/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment