commit message from python script
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
|||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
container_name: gitlab-ce
|
container_name: gitlab-ce
|
||||||
environment:
|
environment:
|
||||||
|
GITLAB_ROOT_PASSWORD: 'Start1234!'
|
||||||
GITLAB_OMNIBUS_CONFIG: |
|
GITLAB_OMNIBUS_CONFIG: |
|
||||||
gitlab_rails['time_zone'] = 'Europe/Berlin'
|
gitlab_rails['time_zone'] = 'Europe/Berlin'
|
||||||
external_url 'https://{{gitlab_hostname}}'
|
external_url 'https://{{gitlab_hostname}}'
|
||||||
@@ -21,6 +22,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '{{http_ssl}}:443'
|
- '{{http_ssl}}:443'
|
||||||
- '{{ssh_port}}:22'
|
- '{{ssh_port}}:22'
|
||||||
|
- '5000:5000'
|
||||||
volumes:
|
volumes:
|
||||||
- '{{gitlab_dir[1]}}:/etc/gitlab'
|
- '{{gitlab_dir[1]}}:/etc/gitlab'
|
||||||
- '{{gitlab_dir[2]}}:/var/log/gitlab'
|
- '{{gitlab_dir[2]}}:/var/log/gitlab'
|
||||||
|
|||||||
Reference in New Issue
Block a user