mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-11-02 18:47:12 -05:00 
			
		
		
		
	added note about healthcheck
This commit is contained in:
		
							parent
							
								
									83282ab47d
								
							
						
					
					
						commit
						b93f11b548
					
				@ -170,6 +170,15 @@ Run this version with:
 | 
			
		||||
docker-compose -f docker-compose.cuda.yml up -d --build
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### Running Healthchecks
 | 
			
		||||
 | 
			
		||||
You can enable healthchecks by including this in your docker-compose.yml file:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
healthcheck:
 | 
			
		||||
  test: ['CMD-SHELL', './venv/bin/python healthcheck.py']
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Arguments
 | 
			
		||||
 | 
			
		||||
| Argument                    | Description                                                                                                 | Default              | Env. name                    |
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user