# 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