 9707542b95
			
		
	
	
		9707542b95
		
			
		
	
	
	
	
		
			
			* feat(2fauth): a docker-compose.json config * ci(app-version): increase image automatically in docker-compose.json
		
			
				
	
	
		
			21 lines
		
	
	
		
			399 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			399 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "services": [
 | |
|     {
 | |
|       "name": "2fauth",
 | |
|       "image": "2fauth/2fauth:5.1.1",
 | |
|       "internalPort": 8000,
 | |
|       "isMain": true,
 | |
|       "volumes": [
 | |
|         {
 | |
|           "hostPath": "${APP_DATA_DIR}/data",
 | |
|           "containerPath": "/2fauth"
 | |
|         }
 | |
|       ],
 | |
|       "environment": {
 | |
|         "ASSET_URL": "https://${APP_DOMAIN}",
 | |
|         "APP_URL": "https://${APP_DOMAIN}"
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 |