arenos-map/docker-compose.yml

12 lines
259 B
YAML
Raw Normal View History

2025-08-30 13:59:12 +02:00
services:
leaflet_map:
image: caddy:alpine
restart: unless-stopped
ports:
- "2000:80"
volumes:
- ./index.html:/srv/index.html:ro
- ./markers.js:/srv/markers.js:ro
- ./tiles:/srv/tiles:ro
- ./caddy:/etc/caddy:ro