wait longer for preloaded image (#881)
preloaded postgis image can take longer than 60 seconds to start on slower machines. Increase the timeout to 3 minutes.
This commit is contained in:
1
Makefile
1
Makefile
@@ -128,6 +128,7 @@ start-db: start-db-nowait
|
||||
# Wrap start-db target but use the preloaded image
|
||||
.PHONY: start-db-preloaded
|
||||
start-db-preloaded: export POSTGIS_IMAGE=openmaptiles/postgis-preloaded
|
||||
start-db-preloaded: export COMPOSE_HTTP_TIMEOUT=180
|
||||
start-db-preloaded: start-db
|
||||
|
||||
.PHONY: stop-db
|
||||
|
||||
Reference in New Issue
Block a user