 a7006ca29e
			
		
	
	
		a7006ca29e
		
			
		
	
	
	
	
		
			
			* feat: glance app * refactor(glance): make sure data directory exists * refactor(glance): create an empty config file so docker doesnt make a directory * refactor(glance): add a preconfigured page * refactor(glance): add the tipi main network to the compose file
		
			
				
	
	
		
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "openPort": true,
 | |
|   "image": "glanceapp/glance:v0.4.0",
 | |
|   "name": "glance",
 | |
|   "internalPort": "8080",
 | |
|   "isMain": true,
 | |
|   "volumes": [
 | |
|     {
 | |
|       "hostPath": "${APP_DATA_DIR}/data/glance.yml",
 | |
|       "containerPath": "/app/glance.yml"
 | |
|     }
 | |
|   ]
 | |
| }
 |