use none standard ports

pull/89/head
admire 2020-01-02 17:30:04 +02:00
rodzic b5c5f8f454
commit a465f944b6
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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),