git clone [email protected]:autopilotpattern/hello-world.gitcd hello-worlddocker-compose up -dopen http://localhost
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"
./triton-docker-setup.sh -k us-east-1.api.joyent.com <ACCOUNT> ~/.ssh/<PRIVATE_KEY_FILE>docker-compose up -d
