Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit cba6665

Browse files
committed
release v0.1.0
1 parent 8766efd commit cba6665

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.1.0] - 2021-03-20
8+
### Added
9+
- openssh server listening on tcp port `2200`
10+
- gitolite command filter with support for `git-annex`
11+
- entrypoint generating basic gitolite setup based on environment variables
12+
`GITOLITE_INITIAL_ADMIN_NAME` and `GITOLITE_USER_PUBLIC_KEY_[USER]`
13+
14+
[Unreleased]: https://github.com/fphammerle/docker-gitolite/compare/v0.1.0...master
15+
[0.1.0]: https://github.com/fphammerle/docker-gitolite/tree/v0.1.0

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
cap_drop: [ALL]
2424
security_opt: [no-new-privileges]
2525
# docker-compose >=2.2,<3
26-
cpus: 0.4
26+
cpus: 0.8
2727
mem_limit: 64M
2828

2929
# https://docs.docker.com/compose/compose-file/compose-file-v2/

0 commit comments

Comments
 (0)