Remove gitlab configuration
This commit is contained in:
@ -6,14 +6,14 @@ DEFAULT_BRANCH = master
|
||||
DISABLE_STARS = true
|
||||
|
||||
[server]
|
||||
SSH_DOMAIN = gitea.theorangeone.net
|
||||
ROOT_URL = https://gitea.theorangeone.net/
|
||||
SSH_DOMAIN = git.theorangeone.net
|
||||
ROOT_URL = https://git.theorangeone.net/
|
||||
START_SSH_SERVER = true
|
||||
SSH_PORT = 22 # Makes the SSH URLs look sane
|
||||
SSH_LISTEN_PORT = 2222
|
||||
BUILTIN_SSH_SERVER_USER = git
|
||||
LFS_START_SERVER = true
|
||||
DOMAIN = gitea.theorangeone.net
|
||||
DOMAIN = git.theorangeone.net
|
||||
PROTOCOL = http # TLS termination done by Traefik
|
||||
ENABLE_GZIP = true
|
||||
OFFLINE_MODE = true
|
||||
|
@ -23,7 +23,7 @@ services:
|
||||
- redis
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.gitea.rule=Host(`gitea.theorangeone.net`)
|
||||
- traefik.http.routers.gitea.rule=Host(`git.theorangeone.net`)
|
||||
- traefik.http.services.gitea-gitea.loadbalancer.server.port=3000
|
||||
networks:
|
||||
- default
|
||||
|
Reference in New Issue
Block a user