Set image versions for import-lakelines and import-natural-earth

This commit is contained in:
Lukas Martinelli 2016-11-30 09:59:49 +00:00
parent 1b36bdde05
commit be81fb99e3

View File

@ -10,7 +10,7 @@ services:
- "5432" - "5432"
env_file: .env env_file: .env
import-natural-earth: import-natural-earth:
image: "openmaptiles/import-natural-earth" image: "openmaptiles/import-natural-earth:1.0"
env_file: .env env_file: .env
links: links:
- postgres - postgres
@ -20,7 +20,7 @@ services:
links: links:
- postgres - postgres
import-lakelines: import-lakelines:
image: "openmaptiles/import-lakelines" image: "openmaptiles/import-lakelines:0.9"
env_file: .env env_file: .env
links: links:
- postgres - postgres