git.faulty.nl redirect
This commit is contained in:
parent
d9b30d30f3
commit
b2f63b2f66
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
|
|
||||||
|
redirect:
|
||||||
|
image: adamkdean/redirect
|
||||||
|
environment:
|
||||||
|
- VIRTUAL_HOST=git.faulty.nl
|
||||||
|
- REDIRECT_LOCATION="http://git.ixvd.net"
|
||||||
|
- REDIRECT_STATUS_CODE=301
|
||||||
|
|
||||||
gitlab:
|
gitlab:
|
||||||
image: gitlab/gitlab-ce:latest
|
image: gitlab/gitlab-ce:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Reference in a new issue