File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ docker run --rm --name "gitlab-postgresql-${SUFFIX}" -d \
1414 --env ' DB_NAME=gitlabhq_production' \
1515 --env ' DB_USER=gitlab' --env ' DB_PASS=password' \
1616 --env ' DB_EXTENSION=pg_trgm,btree_gist' \
17- ghcr.io/2403772980ygy/docker- postgresql:16-20250415.1
17+ sameersbn/ postgresql:14-20230628
1818docker run --rm --name " gitlab-redis-${SUFFIX} " -d \
1919 --volume /srv/docker/gitlab/redis:/data \
2020 redis:6.2
@@ -25,6 +25,9 @@ docker run --rm --name "gitlab-${SUFFIX}" \
2525 --env ' GITLAB_SECRETS_DB_KEY_BASE=long-and-random-alpha-numeric-string' \
2626 --env ' GITLAB_SECRETS_SECRET_KEY_BASE=long-and-random-alpha-numeric-string' \
2727 --env ' GITLAB_SECRETS_OTP_KEY_BASE=long-and-random-alpha-numeric-string' \
28+ --env ' GITLAB_SECRETS_ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=long-and-random-alpha-numeric-string' \
29+ --env ' GITLAB_SECRETS_ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=long-and-random-alpha-numeric-string' \
30+ --env ' GITLAB_SECRETS_ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=long-and-random-alpha-numeric-string' \
2831 --env OAUTH2_GENERIC_USTC_APP_ID=1234 \
2932 --env OAUTH2_GENERIC_USTC_APP_SECRET=example \
3033 --env ' OAUTH2_GENERIC_USTC_LABEL=example oauth' \
You can’t perform that action at this time.
0 commit comments