Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 758 Bytes

Php Microservices Example

This is an example/demo/boilerplate/skeleton of an application built with php microservices.

I made this for myself. Use at your own risk.

Helpful commands

Show the current generated load balancer config:

docker-compose -f microservices/support/docker-compose.yml exec lb cat /etc/nginx/conf.d/app.conf
docker-compose -f microservices/support/docker-compose.yml exec rabbitmq cat /etc/rabbitmq/rabbitmq.config

Keywords

  • Consul
  • Docker
  • docker-compose
  • docker-machine

Links