Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joatmon08/turquoise
An application for demonstrating blue/green.
https://github.com/joatmon08/turquoise
Last synced: 25 days ago
JSON representation
An application for demonstrating blue/green.
- Host: GitHub
- URL: https://github.com/joatmon08/turquoise
- Owner: joatmon08
- Created: 2017-12-12T20:22:09.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T23:25:03.000Z (almost 4 years ago)
- Last Synced: 2024-04-25T00:43:46.798Z (9 months ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turquoise
This is a sample blue/green application. Based on the version you release, it will
show it under the /color endpoint. Use the Makefile to build the image and tag
it based on the version.## Run
1. Go to [joatmon08/turquoise](https://hub.docker.com/r/joatmon08/turquoise) on Docker Hub for version information.
1. `docker run -d -e TURQUOISE_APP_PORT=8080 joatmon08/turquoise:`## API
| Endpoint | Description |
| :------------- |:-------------|
| / | shows the app name and healthy status |
| /color | shows the version |## Updates
1. Change the version under "version" file.
1. Issue `make golang-build` to build the binary and container.
1. Issue `make push` to push it to Docker Hub.