Added Postgres
This commit is contained in:
		
							
								
								
									
										0
									
								
								hub/jhub/compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								hub/jhub/compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
services:
 | 
			
		||||
  db:
 | 
			
		||||
    image: postgres
 | 
			
		||||
    restart: always
 | 
			
		||||
    environment:
 | 
			
		||||
      POSTRGES_PASSWORD: 123456
 | 
			
		||||
    volumes:
 | 
			
		||||
      - pgdata:/var/lib/postgresql/data
 | 
			
		||||
 | 
			
		||||
  adminer:
 | 
			
		||||
    image: adminer
 | 
			
		||||
    restart: always 
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8080:8080 
 | 
			
		||||
 | 
			
		||||
volumes:
 | 
			
		||||
  pgdata:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user