Backup of Installation in Docker
Hardware and Software Requirements
Distribution Package Contents
// scripts for preliminary checks of hosts to ensure compliance
// with software and hardware requirements
|-[checkers]
| |--pre-checker-all.sh
| |--pre-checker-api.sh
| |--pre-checker-bio.sh
// subdirectories with configuration files for the services in use
|-[configs]
| |--[api]
| |--[init]
| |--[nginx]
| |--[o2n]
| |--[pg-o2n]
| |--[postgres]
| |--[redis]
| |--[statistic]
| |--[tfss]
| |--[webui]
| |--config.env
// service data and the TFSS models
|-[data]
| |--api
| |--pg-o2n
| |--postgres
| |--redis
| |--tfss
// manifest for running all services on a single host
|-docker-compose-all.yml
// manifest for services related only to the API
|-docker-compose-api.yml
// manifest for the TFSS service
|-docker-compose-bio.ymlInstallation
Installing TFSS and the API on the Same Host
Installing TFSS and the API on Separate Hosts
TFSS Host
API Host
Last updated
Was this helpful?
