We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e691762 commit c2814aeCopy full SHA for c2814ae
tests/functional/fixtures/docker-compose.yml
@@ -11,10 +11,10 @@ services:
11
hostname: 'gitlab.test'
12
privileged: true # Just in case https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/1350
13
environment:
14
+ GITLAB_ROOT_PASSWORD: 5iveL!fe
15
+ GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN: registration-token
16
GITLAB_OMNIBUS_CONFIG: |
17
external_url 'http://gitlab.test'
- gitlab_rails['initial_root_password'] = '5iveL!fe'
- gitlab_rails['initial_shared_runners_registration_token'] = 'registration-token'
18
registry['enable'] = false
19
nginx['redirect_http_to_https'] = false
20
nginx['listen_port'] = 80
0 commit comments