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
- Host: GitHub
- URL: https://github.com/wedevelopmx/contacto-docker
- Owner: wedevelopmx
- Created: 2018-01-23T17:44:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T20:52:10.000Z (over 8 years ago)
- Last Synced: 2025-02-02T01:27:28.157Z (over 1 year ago)
- Topics: bash, docker, docker-compose
- Homepage: https://contactolegislativo.com
- Size: 4.34 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```