git.ixvd pog
This commit is contained in:
parent
d58644b5c4
commit
4fc450ead8
1 changed files with 4 additions and 4 deletions
|
@ -26,16 +26,16 @@ services:
|
|||
gitlab:
|
||||
image: gitlab/gitlab-ce:latest
|
||||
restart: always
|
||||
hostname: 'git.faulty.nl'
|
||||
hostname: 'git.ixvd.net'
|
||||
environment:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'https://git.faulty.nl'
|
||||
external_url 'https://git.ixvd.net'
|
||||
gitlab_rails['gitlab_shell_ssh_port'] = 22
|
||||
nginx['listen_port'] = 80
|
||||
nginx['listen_https'] = false
|
||||
# temp ssh port
|
||||
VIRTUAL_HOST: git.faulty.nl
|
||||
LETSENCRYPT_HOST: git.faulty.nl
|
||||
VIRTUAL_HOST: git.ixvd.net
|
||||
LETSENCRYPT_HOST: git.ixvd.net
|
||||
ports:
|
||||
- '22:22'
|
||||
volumes:
|
||||
|
|
Reference in a new issue