Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
0bd66f18
Commit
0bd66f18
authored
Oct 02, 2021
by
Kristian Klausen
🎉
Browse files
Merge branch 'ticket_326' into 'master'
Push docker logs to journald Closes
#326
See merge request
!480
parents
19afd18b
9255c4a7
Pipeline
#11541
passed with stage
in 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/gitlab/tasks/main.yml
View file @
0bd66f18
...
...
@@ -19,6 +19,7 @@
network_mode
:
host
pull
:
true
restart_policy
:
always
log_driver
:
journald
env
:
# See https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
# 1. In order to figure out what needs to go into 'idp_cert_fingerprint', run
...
...
roles/gitlab_runner/files/daemon.json
View file @
0bd66f18
{
"ipv6"
:
true
,
"fixed-cidr-v6"
:
"fd00::/80"
,
"cgroup-parent"
:
"docker.slice"
"cgroup-parent"
:
"docker.slice"
,
"log-driver"
:
"journald"
}
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