- Update style url and copy them in the right folder
TILES_SERVER_URL=https://server.url.it utils/update_style_urls.sh
# For example in development
# TILES_SERVER_URL=http://localhost:3000 utils/update_style_urls.sh- Start docker
# For development
docker compose up -d# For production
docker compose -f compose.yml -f compose.prod.yml up -dTo create new tiles we use planetiler, with a convenient script
sh utils/download_tiles.sh