mirror of https://github.com/skygpu/skynet.git
				
				
				
			Remove unused import from tg module and unecesary docker command on db startup
							parent
							
								
									f8373f681b
								
							
						
					
					
						commit
						4224e1645c
					
				| 
						 | 
				
			
			@ -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