mirror of https://github.com/skygpu/skynet.git
Remove unused import from tg module and unecesary docker command on db startup
parent
9afb192251
commit
ece290d805
|
@ -3,7 +3,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from functools import partial
|
|
||||||
|
|
||||||
import pynng
|
import pynng
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ def postgres_db(dockerctl):
|
||||||
|
|
||||||
with dockerctl.run(
|
with dockerctl.run(
|
||||||
'postgres',
|
'postgres',
|
||||||
command='postgres',
|
|
||||||
ports={'5432/tcp': None},
|
ports={'5432/tcp': None},
|
||||||
environment={
|
environment={
|
||||||
'POSTGRES_PASSWORD': rpassword
|
'POSTGRES_PASSWORD': rpassword
|
||||||
|
|
Loading…
Reference in New Issue