https://github.com/plutov/go-docker-compose-skeleton
https://github.com/plutov/go-docker-compose-skeleton
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/plutov/go-docker-compose-skeleton
- Owner: plutov
- License: mit
- Created: 2017-03-14T07:10:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T23:40:24.000Z (over 7 years ago)
- Last Synced: 2025-01-30T15:45:05.663Z (3 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Go skeleton API environment
Personally I am using this environment to up Go API fast. It's based on docker-compose and includes:
- mysql init
- mysql db migrations
- beanstalkd init
- auto-generating swagger ui### Usage
```
docker-compose up
```### Ports
- API - [127.0.0.1:8080](http://127.0.0.1:8080)
- Swagger UI - [127.0.0.1:8081](http://127.0.0.1:8081)