Skip to content

Latest commit

 

History

History
 
 

challenge8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Solution to Challenge 7

  1. The file challenge8/fuge/fuge-config.js has been updated to set tail to false
  2. The file challenge8/serializer/serializer.js has some additional trace added to it
  3. The file challenge8/frontend/api/index.js has some additional tracing added to it

Challenge 8

Fuge is targeted at running an entire or part of a microservice system in development mode. However, the format used is fully compatible with tools like docker-compose. Docker compose allows you to run sets of connected containers. Running containers in development can be slow, however, if you are deploying using containers then building containers locally in order to check system validity is a good idea.

A docker-compose file has been provided for you in challenge8/fuge/docker-compose.yml. Your challenge is to run the docker-compose.yml file using docker-compose. You can find documentation on docker-compose here.

Next Up: Challenge 9