Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
a890e397
Commit
a890e397
authored
Nov 04, 2020
by
Stephan Großberndt
Browse files
[TASK] Change git.typo3.org replication from ssh to local directory
directory is mounted as docker volume
parent
1976d5f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/etc/replication.config
View file @
a890e397
...
...
@@ -5,7 +5,7 @@
;
git
.
typo3
.
org
[
remote
"git"
]
url
=
g
it
@
git
.
typo3
.
org
:/
var
/
git
/
repositories
/${
name
}.
git
url
=
/
var
/
gerr
it
/
git
_
typo3
_
org
_
repositories
/${
name
}.
git
authGroup
=
Git
Mirror
mirror
=
true
replicatePermissions
=
false
...
...
docker-compose.yaml
View file @
a890e397
...
...
@@ -17,6 +17,7 @@ services:
-
git:/var/gerrit/git
-
index:/var/gerrit/index
-
logs:/var/gerrit/logs
-
git_typo3_org_repositories:/var/gerrit/git_typo3_org_repositories
env_file
:
-
./hook-tokens.env
environment
:
...
...
@@ -48,3 +49,6 @@ volumes:
driver
:
local
logs
:
driver
:
local
git_typo3_org_repositories
:
external
:
name
:
git_typo3_org_repositories
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment