commit message from python script

This commit is contained in:
2023-11-29 21:26:44 +01:00
parent e2d802b963
commit d6d816665c

View File

@@ -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'