Skip to content

indexdata/crosslink-dockercompose-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crosslink Docker Compose Example

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:

Using the docker-compose file.

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/

About

Example crosslink components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published