conf.d
This commit is contained in:
parent
bedfd6637d
commit
0a194d1d31
4 changed files with 50 additions and 11 deletions
|
@ -23,17 +23,6 @@ services:
|
|||
ports:
|
||||
- "2222:22"
|
||||
|
||||
redirect:
|
||||
image: adamkdean/redirect
|
||||
environment:
|
||||
- VIRTUAL_HOST=git.faulty.nl
|
||||
- LETSENCRYPT_HOST=git.faulty.nl
|
||||
- REDIRECT_LOCATION="https://git.ixvd.net"
|
||||
- REDIRECT_STATUS_CODE=301
|
||||
- PRESERVE_URL=true
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
gitlab:
|
||||
image: gitlab/gitlab-ce:latest
|
||||
restart: always
|
||||
|
|
Reference in a new issue