Добавил локальную карту

This commit is contained in:
2025-12-05 09:52:11 +03:00
parent 727c24fb1f
commit 09bbedda18
8 changed files with 36 additions and 19 deletions

View File

@@ -69,7 +69,20 @@ services:
- LOG_LEVEL=info
- LOG_HTML=false
- CAPTCHA_SOLVER=none
tileserver:
image: maptiler/tileserver-gl:latest
container_name: tileserver-gl
restart: unless-stopped
ports:
- "8090:8080"
volumes:
- ./tileserver_data:/data
- tileserver_config:/config
environment:
- VERBOSE=true
volumes:
pgdata:
static_volume:
static_volume:
tileserver_config