Skip to content

contactolegislativo/contacto-docker

 
 

Repository files navigation

Contacto Legislativo

Setup

Download microservices repositories:

  git clone git@github.com:contactolegislativo/contacto-cdn.git services/cdn
  git clone git@github.com:contactolegislativo/contacto-portal.git services/portal
  git clone git@github.com:contactolegislativo/contacto-api.git services/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"

About

Base docke compose project for contacto legislativo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%