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:
|
gitlab:
|
||||||
image: gitlab/gitlab-ce:latest
|
image: gitlab/gitlab-ce:latest
|
||||||
restart: always
|
restart: always
|
||||||
hostname: 'git.faulty.nl'
|
hostname: 'git.ixvd.net'
|
||||||
environment:
|
environment:
|
||||||
GITLAB_OMNIBUS_CONFIG: |
|
GITLAB_OMNIBUS_CONFIG: |
|
||||||
external_url 'https://git.faulty.nl'
|
external_url 'https://git.ixvd.net'
|
||||||
gitlab_rails['gitlab_shell_ssh_port'] = 22
|
gitlab_rails['gitlab_shell_ssh_port'] = 22
|
||||||
nginx['listen_port'] = 80
|
nginx['listen_port'] = 80
|
||||||
nginx['listen_https'] = false
|
nginx['listen_https'] = false
|
||||||
# temp ssh port
|
# temp ssh port
|
||||||
VIRTUAL_HOST: git.faulty.nl
|
VIRTUAL_HOST: git.ixvd.net
|
||||||
LETSENCRYPT_HOST: git.faulty.nl
|
LETSENCRYPT_HOST: git.ixvd.net
|
||||||
ports:
|
ports:
|
||||||
- '22:22'
|
- '22:22'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in a new issue