An open API service indexing awesome lists of open source software.

https://github.com/ptaas-tool/deployments

Deploy PTaaS using docker.
https://github.com/ptaas-tool/deployments

deployment docker docker-compose

Last synced: 5 months ago
JSON representation

Deploy PTaaS using docker.

Awesome Lists containing this project

README

          

# 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:

```sh
# 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
```