Sign inSign up

skilltree/skills-service

By skilltree

Updated 28 days ago

SkillTree is an innovative approach to implementing application training.

Image
8

50K+

skilltree/skills-service repository overview

About

SkillTree is an innovative approach to implementing application training.

To learn about the SkillTree platform please visit our Official Documentation. The official documentation provides in-depth guidance on installation, usage and contribution.

Please note that this image hosts the skills-service application which encompasses SkillTree's dashboard and API.

How to use

To start skills-service:

docker run --name skills-service -d -p 8080:8080 skilltree/skills-service:<version>

Please note that by default skills-service stores its data into an embedded in-memory H2 database. That data is ephemeral and will not persist between application restarts. While this is a great way to get started quickly it is obviously not appropriate for a test or production installation.

skills-service is a Spring Boot application and the image is designed to accept almost all Spring Boot properties via the SPRING_PROPS environment variable. For example, to configure a container to use a PostgreSQL database:

docker run --name skills-service -d -p 8080:8080 \
-e SPRING_PROPS="\
spring.datasource.url=jdbc:postgresql://<host>:5432/skills,\
spring.datasource.username=<username>,\
spring.datasource.password=<password>" \
skilltree/skills-service:<version>

To learn more about configuring SkillTree's skill-service application, please visit the SkillTree Installation Guide.

License

The SkillTree platform is released under Apache 2 license.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Tag summary

Content type

Image

Digest

sha256:5bfa06784

Size

251.7 MB

Last updated

28 days ago

docker pull skilltree/skills-service:4.6.1