From 97fd63ef186fdde6d3bb16c546d0ac4de233bd57 Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 26 Jan 2023 10:16:34 -0500 Subject: [PATCH] small fixes --- gitlab/Makefile | 4 ++-- gitlab/docker-compose.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gitlab/Makefile b/gitlab/Makefile index 3808ba230..c3f9174b3 100644 --- a/gitlab/Makefile +++ b/gitlab/Makefile @@ -5,5 +5,5 @@ include ../_scripts/Makefile.projects config: @${BIN}/reconfigure_ask ${ENV_FILE} GITLAB_TRAEFIK_HOST "Enter your gitlab domain name" "gl.${ROOT_DOMAIN}" @${BIN}/reconfigure_ask ${ENV_FILE} APP_NAME "Enter the service description" "git thing" - @${BIN}/reconfigure ${ENV_FILE} POSTGRES_PASS=$(shell openssl rand -hex 45) "Enter a postgres password" - @${BIN}/reconfigure ${ENV_FILE} GITLAB_ROOT_PASSWORD=$(shell openssl rand -hex 45) "Enter a gitlab root password" + @${BIN}/reconfigure ${ENV_FILE} POSTGRES_PASS=$(shell openssl rand -hex 45) + @${BIN}/reconfigure ${ENV_FILE} GITLAB_ROOT_PASSWORD=$(shell openssl rand -hex 45) diff --git a/gitlab/docker-compose.yaml b/gitlab/docker-compose.yaml index a72c91d56..9723c8a06 100644 --- a/gitlab/docker-compose.yaml +++ b/gitlab/docker-compose.yaml @@ -8,6 +8,8 @@ services: redis: restart: always image: redis:latest + security_opt: + - no-new-privileges:true command: - --loglevel warning volumes: