See Deployment in the WIKI.
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
See Configuration in the WIKI.
See Development in the WIKI.