Skip to content

h4rr0d/final-ci-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized final-api application

This solution allows running Dockerized version of Final-API.

What does it mean "dockerized"? What is the motivation?

Docker is a solution allowing definition of service containers, which can be used for comfortable service deployment and cleanup.

This version of final-api targets to bring more comfort to the developers.

How can I use this solution?

  • Clone this repository
  • Install Docker
  • Install docker-compose >= 1.8.0
  • Clone Final-API
  • Adjust the Final-API configs
  • Prepare tsd validator in your final-api project or in ./examples/final-api/bin
  • Prepare config/.env file in your final-api project or in ./examples/final-api/config
  • Copy necessary certificates to ./base-image/certs (CRT format)
  • Run make to prepare images
  • Set mounted volumes for final-api in compose file
  • Run docker-compose up to launch the docker for you

About

Docker files for final-ci service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 68.2%
  • Makefile 31.8%