https://github.com/talentplatforms/docker-compose
Tooling Container for CI
https://github.com/talentplatforms/docker-compose
ci docker docker-compose
Last synced: about 2 months ago
JSON representation
Tooling Container for CI
- Host: GitHub
- URL: https://github.com/talentplatforms/docker-compose
- Owner: talentplatforms
- License: mit
- Created: 2020-04-22T12:46:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T13:53:52.000Z (over 4 years ago)
- Last Synced: 2025-02-24T23:29:13.485Z (over 1 year ago)
- Topics: ci, docker, docker-compose
- Language: Dockerfile
- Size: 358 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://conventionalcommits.org)
# Docker Compose
This is an opinionated image that's used for tooling.
It's currently only used in a CI environment.
# How to use this
The image comes with a Makefile that has everything abstracted away for you to easily customize it.
```bash
$ make DOCKER_VERSION=19.03.2 DOCKER_COMPOSE_VERSION=1.24.1 build push
```
## Available VARS
```bash
DOCKER_VERSION=18.09.9
DOCKER_COMPOSE_VERSION=1.24.1
TAG_COMPOSE=d-${DOCKER_VERSION}-dc-${COMPOSE_VERSION}
REGISTRY=${REGISTRY:-ORGANIZATION/docker-compose}
VCS_URL=${VCS_URL:-https://THE_REPO_URL}
```
## Optional Setup
If you are into some tooling for keeping commit-messages clean and want to keep an automated CHANGELOG.md, feel free to `make init` ;).
It'll install the node_modules:
- standard-version,
- husky
- commit-lint
To make this work you need to have NODE.js installed.
# Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
1. Fork it
2. Create your feature branch (git checkout -b feature/my-cool-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin feature/my-new-feature)
5. Create new Pull Request
# License
Copyright (c) 2020 Territory Embrace - Talent Platforms.