Fix small thingies
This commit is contained in:
parent
63092e620f
commit
ecbe45a15b
@ -8,6 +8,10 @@
|
|||||||
- vim
|
- vim
|
||||||
- git
|
- git
|
||||||
- htop
|
- htop
|
||||||
|
- tmux
|
||||||
|
update_cache: yes
|
||||||
|
tags:
|
||||||
|
- apt
|
||||||
- include_role:
|
- include_role:
|
||||||
name: docker
|
name: docker
|
||||||
- name: Install pip prerequisites
|
- name: Install pip prerequisites
|
||||||
|
@ -47,6 +47,7 @@ services:
|
|||||||
- gitlab_data:/var/opt/gitlab
|
- gitlab_data:/var/opt/gitlab
|
||||||
- gitlab_logs:/var/log/gitlab
|
- gitlab_logs:/var/log/gitlab
|
||||||
- gitlab_config:/etc/gitlab
|
- gitlab_config:/etc/gitlab
|
||||||
|
restart: always
|
||||||
# GITLAB_SMTP_PASSWORD
|
# GITLAB_SMTP_PASSWORD
|
||||||
env_file: gitlab.env
|
env_file: gitlab.env
|
||||||
environment:
|
environment:
|
||||||
@ -68,6 +69,11 @@ services:
|
|||||||
|
|
||||||
gitlab_rails['gitlab_shell_ssh_port'] = 2222
|
gitlab_rails['gitlab_shell_ssh_port'] = 2222
|
||||||
|
|
||||||
|
# https://docs.gitlab.com/omnibus/settings/rpi.html
|
||||||
|
puma['worker_processes'] = 2
|
||||||
|
sidekiq['concurrency'] = 9
|
||||||
|
prometheus_monitoring['enable'] = false
|
||||||
|
|
||||||
nginx['listen_port'] = 80
|
nginx['listen_port'] = 80
|
||||||
nginx['listen_https'] = false
|
nginx['listen_https'] = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user