These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will have 5 containers, being (ordered by priority):
- 1st: Master database
- 2nd: Slave database
- 3rd: WebService
- 4th: Socket
- 5th: Frontend Web
- The next command will give you a running server. Needing anything specific, change in
docker-compose.yml; docker-compose build;docker-compose up.
Clone the project:
git clone https://github.com/controk-sys/infra .
Build the project with docker compose:
docker-compose build
Raise the project:
docker-compose up
- Jourdan Rodrigues - Initial work - Jourdan Rodrigues
See also the list of [contributors][contributors] who participated in this project.