Added index volume for koel
							parent
							
								
									e21a135c7d
								
							
						
					
					
						commit
						beb9014b94
					
				| 
						 | 
					@ -24,6 +24,7 @@ services:
 | 
				
			||||||
            - './.env:/var/www/html/.env'
 | 
					            - './.env:/var/www/html/.env'
 | 
				
			||||||
            - 'covers:/var/www/html/public/img/covers'
 | 
					            - 'covers:/var/www/html/public/img/covers'
 | 
				
			||||||
            - 'music:/music'
 | 
					            - 'music:/music'
 | 
				
			||||||
 | 
					            - 'index:/var/www/html/storage/search-indexes'
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    db:
 | 
					    db:
 | 
				
			||||||
        image: 'mariadb:10.5.9-focal'
 | 
					        image: 'mariadb:10.5.9-focal'
 | 
				
			||||||
| 
						 | 
					@ -45,4 +46,5 @@ networks:
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
    covers:
 | 
					    covers:
 | 
				
			||||||
    db-data:
 | 
					    db-data:
 | 
				
			||||||
 | 
					    index:
 | 
				
			||||||
    music:
 | 
					    music:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue