tryout
This commit is contained in:
parent
c416a36536
commit
71851ddfa6
1 changed files with 22 additions and 1 deletions
|
@ -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
|
Reference in a new issue