mirror of
https://gitea.com/jwobith/docker-gitea.git
synced 2025-07-14 03:54:35 +00:00
30 lines
533 B
Plaintext
30 lines
533 B
Plaintext
# Name to configure and display on Gitea
|
|
APP_NAME=Gitea: Git with a cup of tea
|
|
|
|
# Protocol to use for Gitea
|
|
PROTOCOL=https
|
|
|
|
# Domain for Gitea
|
|
DOMAIN=git.example.com
|
|
|
|
# Virtual host for Gitea
|
|
VIRTUAL_HOST=git.example.com
|
|
|
|
# Virtual port for Gitea
|
|
VIRTUAL_PORT=3000
|
|
|
|
# Letsencrypt host for Gitea
|
|
LETSENCRYPT_HOST=git.example.com
|
|
|
|
# Letsencrypt email for Gitea
|
|
LETSENCRYPT_EMAIL=admin@example.com
|
|
|
|
# Name for PostgreSQL database
|
|
DB_NAME=gitea
|
|
|
|
# User for PostgreSQL database
|
|
DB_USER=gitea
|
|
|
|
# Password for database user
|
|
DB_PASSWD=gitea
|