https://github.com/febytanzil/dockerapp
sample go lang 3 layers app run on top of docker
https://github.com/febytanzil/dockerapp
Last synced: 6 months ago
JSON representation
sample go lang 3 layers app run on top of docker
- Host: GitHub
- URL: https://github.com/febytanzil/dockerapp
- Owner: febytanzil
- License: mit
- Created: 2018-05-11T00:58:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T12:23:02.000Z (over 7 years ago)
- Last Synced: 2025-04-01T21:51:13.884Z (10 months ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerapp
sample go lang 3 layers app run on top of docker
### Prerequisite
- Docker version 18.03.1-ce or later
- Go 1.10.1 or later
- Google Maps API Key
### Build & Installation
```sh
$ go get -u
$ make build-image
$ make build-docker
$ make run
```
### Docker stack
- Ubuntu 18.04 + ca-certificates
- Postgres 10.4
- Nginx 1.13