mirror of
https://github.com/maplibre/martin.git
synced 2025-01-01 19:55:52 +03:00
update to v0.6.1 docker compose
This commit is contained in:
parent
1d7ce7ba06
commit
faf73ffe70
@ -600,7 +600,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
martin:
|
||||
image: maplibre/martin
|
||||
image: maplibre/martin:v0.6.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
@ -654,7 +654,7 @@ services:
|
||||
- martin
|
||||
|
||||
martin:
|
||||
image: maplibre/martin
|
||||
image: maplibre/martin:v0.6.1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DATABASE_URL=postgres://postgres:password@db/db
|
||||
|
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
martin:
|
||||
image: maplibre/martin
|
||||
image: maplibre/martin:v0.6.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
Loading…
Reference in New Issue
Block a user