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