diff --git a/docker-compose.devops.yml b/docker-compose.devops.yml index 266e42d..7bc4207 100644 --- a/docker-compose.devops.yml +++ b/docker-compose.devops.yml @@ -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: