git.ixvd pog

This commit is contained in:
Didier Slof 2023-01-18 20:09:55 +01:00
parent d58644b5c4
commit 4fc450ead8
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -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: