添加瓦片代理

This commit is contained in:
龙澳
2026-03-31 14:41:17 +08:00
parent f26c930099
commit 4eca349d12
6 changed files with 72 additions and 2 deletions

14
tiles/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
mapproxy:
image: kartoza/mapproxy:latest
ports:
- "8080:8080"
volumes:
- ./mapproxy/mapproxy.yaml:/srv/mapproxy/mapproxy.yaml
- ./mapproxy/seed.yaml:/srv/mapproxy/seed.yaml
- ./cache:/srv/mapproxy/cache_data
environment:
- MAPPROXY_PROCESSES=4
restart: unless-stopped