You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
343 B
14 lines
343 B
4 years ago
|
# Gitea
|
||
|
# Info: https://docs.gitea.io/en-us/install-with-docker/#environments-variables
|
||
|
GITEA_CUSTOM=/data/gitea/custom
|
||
|
RUN_MODE=prod
|
||
|
HTTP_PORT=3000
|
||
|
ROOT_URL=https://git.domain.tld
|
||
|
DISABLE_SSH=true
|
||
|
|
||
|
# Reverse-proxy and certbot
|
||
|
VIRTUAL_HOST=git.domain.tld
|
||
|
VIRTUAL_PORT=3000
|
||
|
LETSENCRYPT_HOST=git.domain.tld
|
||
|
LETSENCRYPT_EMAIL=username@domain.tld
|