- build backend and frontend with cacheing using GHA cache) - streamline frontend image to reduce layers - setup local swarm with test/setup.sh script, wait for containers to init - copy sample config files as default (add storages.sample.yaml) - add initial backend test for logging in with default superadmin credentials via 127.0.0.1:9871 - must use 127.0.0.1 instead of localhost for accessing frontend container within action
		
			
				
	
	
		
			10 lines
		
	
	
		
			197 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			197 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
 | |
| # default storages using built-in minio
 | |
| 
 | |
| storages:
 | |
|   - name: default
 | |
|     endpoint_url: http://minio:9000/btrix-data/
 | |
|     access_endpoint_url: /data/
 | |
|     access_key: ADMIN
 | |
|     secret_key: PASSW0RD
 |