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