mirror of
https://github.com/maplibre/martin.git
synced 2024-12-24 23:45:42 +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:
|
services:
|
||||||
martin:
|
martin:
|
||||||
image: maplibre/martin
|
image: maplibre/martin:v0.6.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
@ -654,7 +654,7 @@ services:
|
|||||||
- martin
|
- martin
|
||||||
|
|
||||||
martin:
|
martin:
|
||||||
image: maplibre/martin
|
image: maplibre/martin:v0.6.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgres://postgres:password@db/db
|
- DATABASE_URL=postgres://postgres:password@db/db
|
||||||
|
@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
martin:
|
martin:
|
||||||
image: maplibre/martin
|
image: maplibre/martin:v0.6.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
Loading…
Reference in New Issue
Block a user