Hello World using the Autopilot Pattern
September 16, 2016 ยท View on GitHub
git clone git@github.com:autopilotpattern/hello-world.gitcd hello-worlddocker-compose up -dopen http://localhost
Overview
The application is divided into 4 parts:
- nginx - nginx server rendering static assets
- consul - service catalog used to keep track of registered services
- hello - Node.js service responding with the word "Hello"
- world - Node.js service responding with the word "World"

Hello World running on Triton
./triton-docker-setup.sh -k us-east-1.api.joyent.com <ACCOUNT> ~/.ssh/<PRIVATE_KEY_FILE>docker-compose up -d