mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-30 21:24:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 
 | |
| version: "3"
 | |
| 
 | |
| services:
 | |
|   meilisearch:
 | |
|     image: getmeili/meilisearch:latest
 | |
|     volumes:
 | |
|      - ./data.ms:/data.ms
 | |
|     ports:
 | |
|      - 7700:7700
 | 
