Add local dev setup, fix BRouter Dockerfile, archive change (#12)

This commit is contained in:
Ullrich Schäfer 2026-03-23 00:11:43 +01:00 committed by GitHub
parent 2d02ae3f9e
commit 52b2baaf58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 329 additions and 9 deletions

View file

@ -1,6 +1,6 @@
services:
postgres:
image: postgis/postgis:16-3.4
image: imresamu/postgis:16-3.4 # multi-arch (amd64 + arm64)
ports:
- "5432:5432"
environment:
@ -15,5 +15,13 @@ services:
timeout: 5s
retries: 5
brouter:
build: docker/brouter
ports:
- "17777:17777"
volumes:
- brouter_segments:/data/segments
volumes:
pgdata:
brouter_segments: