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.
- Host: GitHub
- URL: https://github.com/ptaas-tool/deployments
- Owner: ptaas-tool
- Created: 2023-08-15T09:45:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T03:43:48.000Z (over 2 years ago)
- Last Synced: 2024-01-31T05:03:39.255Z (over 2 years ago)
- Topics: deployment, docker, docker-compose
- Language: Smarty
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```