Skip to content

lantanagroup/link

Repository files navigation

Link

Build status

Usage & Deployment

See Deployment in the WIKI.

Docker Development Testing

To run the Link application in a Docker container, use the following command:

docker run -d --name link-api --mount type=bind,source="c:\...\application.yml",target=/application.yml,readonly -e SPRING_CONFIG_LOCATION=file:///application.yml link-api

Configuration

See Configuration in the WIKI.

Development

See Development in the WIKI.