update to v0.6.1 docker compose

This commit is contained in:
Yuri Astrakhan 2022-12-12 17:35:37 -05:00
parent 1d7ce7ba06
commit faf73ffe70
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"