Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

socheatsok78-lab/hashicorp-consul-container-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HashiCorp Consul \w Docker Compose

A working example for service discovery with nginx load-balancing.

output.fig

Services Endpoint

Usage

Starting the cluster:

./service start

Scalling the cluster:

./service scale web=10

Stopping the cluster:

./service stop

Check the process of the cluster:

./service ps

Ouput the cluster logs:

./service logs