mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 18:37:15 +00:00 
			
		
		
		
	* make it possible to configure grapi through its cfg * add test for config setting in grapi * add volume for persistent data * chown and add tests for dir
		
			
				
	
	
		
			18 lines
		
	
	
		
			451 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			451 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| tests:
 | |
|   start-service script:
 | |
|     command: bash -c "shopt -s expand_aliases; alias exec='echo'; . /kopano/start-service.sh && env"
 | |
|     exit-code: 0
 | |
|     stdout:
 | |
|       contains:
 | |
|         - enable_experimental_endpoints=true
 | |
|     config:
 | |
|       env:
 | |
|         KCCONF_GRAPI_ENABLE_EXPERIMENTAL_ENDPOINTS: true
 | |
| config:
 | |
|   env:
 | |
|     DEBUG: ${DEBUG}
 | |
|     GRAPI_BACKEND: ${GRAPI_BACKEND}
 | |
|     LANG: ${LANG}
 | |
|     SERVICE_TO_START: ${SERVICE_TO_START}
 | |
|     PATH: ${PATH}
 |