kopia lustrzana https://github.com/kartoza/docker-osm
use none standard ports
rodzic
b5c5f8f454
commit
a465f944b6
|
@ -148,7 +148,7 @@ services:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 8080:8080
|
- 8082:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
|
@ -308,7 +308,7 @@ class Importer(object):
|
||||||
command += [join(self.default['IMPORT_QUEUE'], diff)]
|
command += [join(self.default['IMPORT_QUEUE'], diff)]
|
||||||
|
|
||||||
self.info(command.extend(args))
|
self.info(command.extend(args))
|
||||||
|
print(command)
|
||||||
if call(command) == 0:
|
if call(command) == 0:
|
||||||
move(
|
move(
|
||||||
join(self.default['IMPORT_QUEUE'], diff),
|
join(self.default['IMPORT_QUEUE'], diff),
|
||||||
|
|
Ładowanie…
Reference in New Issue