This commit is contained in:
Didier Slof 2022-12-10 22:08:34 +01:00
parent c416a36536
commit 71851ddfa6
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -21,4 +21,25 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "22:22"
- "22:22"
gitlab:
image: gitlab/gitlab-ce:latest
restart: always
hostname: 'lab.neo.faulty.nl'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://lab.neo.faulty.nl'
gitlab_rails['gitlab_shell_ssh_port'] = 2222
# temp ssh port
VIRTUAL_HOST: lab.neo.faulty.nl
LETSENCRYPT_HOST: lab.neo.faulty.nl
ports:
- '2222:22'
volumes:
- /srv/gitlab/config:/etc/gitlab
- /srv/gitlab/data:/var/opt/gitlab
- /srv/gitlab/other/logs:/var/log/gitlab
shm_size: '256m'
networks:
- proxy