This repository provides a Docker Compose based setup for crosslink. Please refer to the crosslink repository for documentation. Specific configuration information for each service is avialable here:
This provides the crosslink illmock and broker services. As well as a sample postgres container for development purposes. The source of the the directory served by illmock is a flat json file (dir.json in this case).
To start the software in the background:
docker-compose up -d
Confirm that the software is running by checking if the directory is now being served:
curl http://localhost:8082/directory/entries
Confirm that the broker is running:
curl http://localhost:8081/