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
|
||||
|
||||
from datetime import datetime
|
||||
from functools import partial
|
||||
|
||||
import pynng
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ def postgres_db(dockerctl):
|
|||
|
||||
with dockerctl.run(
|
||||
'postgres',
|
||||
command='postgres',
|
||||
ports={'5432/tcp': None},
|
||||
environment={
|
||||
'POSTGRES_PASSWORD': rpassword
|
||||
|
|
Loading…
Reference in New Issue