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
- Host: GitHub
- URL: https://github.com/gedelumbung/docker-from-zero
- Owner: gedelumbung
- Created: 2018-09-11T11:38:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T07:50:29.000Z (over 6 years ago)
- Last Synced: 2024-04-14T20:08:59.885Z (over 1 year ago)
- Topics: docker, docker-golang, docker-golang-mysql, docker-mysql
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...