Skip to content

ptaas-tool/deployments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployments

In this repository we provide a docker-compose files in order to start the whole application with its components in docker. We provide config files and manifests for deployment.

configs

In configs directory you can see base and gateway config files. Other services don't have config files and you need to set environment variables in order to config them.

manifests

In manifests directory you can see docker-compose.yaml files for service and test targets.

deploy.sh

By using this script, you can deploy the services. The following commands are supported:

# deploy the application
./deploy.sh up ptaas

# deploy the application's targets
./deploy.sh up targets

# scale down the application
./deploy.sh down ptaas

# scale down the application's targets
./deploy.sh down targets

About

Deploy PTaaS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published