Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jessopb committed Jan 26, 2023
1 parent 3ea2446 commit 97fd63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitlab/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions gitlab/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
redis:
restart: always
image: redis:latest
security_opt:
- no-new-privileges:true
command:
- --loglevel warning
volumes:
Expand Down

0 comments on commit 97fd63e

Please sign in to comment.