An open API service indexing awesome lists of open source software.

https://github.com/gedelumbung/docker-from-zero

Example of Docker Config & Apps
https://github.com/gedelumbung/docker-from-zero

docker docker-golang docker-golang-mysql docker-mysql

Last synced: 8 months ago
JSON representation

Example of Docker Config & Apps

Awesome Lists containing this project

README

          

# Example of Docker Config & Apps
1. [Golang - Mysql](https://github.com/gedelumbung/docker-from-zero/tree/master/go-mysql), accessing MySQL container from outside of container with Golang
2. [Golang - Mysql - Nginx - Docker](https://github.com/gedelumbung/docker-from-zero/tree/master/go-mysql-docker), example for Golang + MySQL + Nginx (Nginx as proxy)
3. [Laravel - Nginx - Postgree - Alpine - Docker](https://github.com/gedelumbung/docker-from-zero/tree/master/laravel-nginx-postgree), example for Laravel + Nginx + Postgree + Alpine
4. Soon...