# 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. |
