Skip to content

Instantly share code, notes, and snippets.

View thomgit's full-sized avatar

Thomas Chacko thomgit

View GitHub Profile
version: "2"
services:
vote:
image: thomasch/votingapp_voting-app:latest
ports:
- "5000:80"
redis:
image: redis:alpine
@thomgit
thomgit / boiler
Created July 9, 2015 05:21
Javascript boilerplate
(function () {
'user strict';
}());