kopia lustrzana https://github.com/openmaptiles/openmaptiles
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.pull/882/head
rodzic
0d6cc6b43e
commit
be75e7662f
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
|
||||
|
|
Ładowanie…
Reference in New Issue