mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# Domains & Project
|
|
PREFIX=p1
|
|
GITEA_DOMAIN_NAME=gitea.nickyeoman.com
|
|
|
|
# Software versions
|
|
GITEA_V=1.11.4
|
|
GITEA_PORT=22
|
|
|
|
#passwords
|
|
GITEA_MYSQL_ROOT_PASSWORD=changeMe
|
|
GITEA_MYSQL_PASSWORD=changemeAlso
|