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

https://github.com/wedevelopmx/contacto-docker

Base docke compose project for contacto legislativo
https://github.com/wedevelopmx/contacto-docker

bash docker docker-compose

Last synced: 2 months ago
JSON representation

Base docke compose project for contacto legislativo

Awesome Lists containing this project

README

          

# Contacto Legislativo

### Setup

Download microservices repositories:

```
git clone git@github.com:wedevelopmx/contacto-cdn.git /service/cdn
git clone git@github.com:wedevelopmx/contacto-portal.git /service/portal
git clone git@github.com:wedevelopmx/contacto-api.git /service/api
```

### Deployment
#### Development

```
docker-compose build --no-cache
docker-compose up | start
docker-compose stop
```

#### Production

```
docker-compose build --no-cache
docker-compose -f docker-compose-production.yml up | start
docker-compose -f docker-compose-production.yml scale api=5 portal=5 cdn=5
docker-compose logs -f --tail="all"
```