This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
rio-tiler-tms/docker-compose.yml
2026-02-25 09:28:37 +08:00

16 lines
356 B
YAML

services:
mars:
image: rio-tiler-mars:latest
container_name: rio-tiler-mars
ports:
- "8002:8000"
volumes:
- ./data:/app/data:ro
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8002/tilejson.json"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s