mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
bump to 0.6.2
This commit is contained in:
parent
46e409dd1a
commit
126005bea0
@ -6,7 +6,7 @@
|
||||
set -e
|
||||
|
||||
if ! command -v just > /dev/null; then
|
||||
echo "`just` is not installed. See https://github.com/casey/just#readme for installation instructions, or just run"
|
||||
echo "`just` is not installed. See https://github.com/casey/just#readme for installation instructions, or use"
|
||||
echo ""
|
||||
echo " cargo install just"
|
||||
echo ""
|
||||
|
@ -3,7 +3,7 @@ members = ["martin-tile-utils"]
|
||||
|
||||
[package]
|
||||
name = "martin"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
edition = "2021"
|
||||
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
|
||||
description = "Blazing fast and lightweight PostGIS vector tile server"
|
||||
|
@ -600,7 +600,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
martin:
|
||||
image: maplibre/martin:v0.6.1
|
||||
image: maplibre/martin:v0.6.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
@ -654,7 +654,7 @@ services:
|
||||
- martin
|
||||
|
||||
martin:
|
||||
image: maplibre/martin:v0.6.1
|
||||
image: maplibre/martin:v0.6.2
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DATABASE_URL=postgres://postgres:password@db/db
|
||||
|
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
martin:
|
||||
image: maplibre/martin:v0.6.1
|
||||
image: maplibre/martin:v0.6.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
Loading…
Reference in New Issue
Block a user