31 lines
1.1 KiB
Bash
Executable File
31 lines
1.1 KiB
Bash
Executable File
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
##
|
|
## Docker Compose Environment Variable file for Gitea Services
|
|
##
|
|
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
|
|
#Name of the project in Docker
|
|
COMPOSE_PROJECT_NAME=gitea
|
|
|
|
# Each of the "*ARR" applications have been configured so the theme can be changed to your needs.
|
|
# Refer to Theme Park for more info / options: https://docs.theme-park.dev/theme-options/aquamarine/
|
|
TP_THEME=nord
|
|
|
|
# Host Data Folders - Will accept Linux, Windows, NAS folders
|
|
APPDATA=/home/albus
|
|
|
|
# Defaults
|
|
PUID=1000
|
|
PGID=1000
|
|
TIMEZONE=America/New_York
|
|
|
|
# Secrets
|
|
GITEA__database__DB_TYPE=mysql
|
|
GITEA__database__HOST=mariadb:3306
|
|
GITEA__database__NAME=gitea
|
|
GITEA__database__USER=gitea
|
|
GITEA__database__PASSWD=gitea |