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.
23 lines
289 B
23 lines
289 B
4 years ago
|
# Global Settings
|
||
|
LOCAL_STACK_DIR=/srv/docker/volumes/gitea
|
||
|
|
||
|
# Networks
|
||
|
NETWORK=webservices
|
||
|
|
||
|
# Gitea and Database
|
||
|
DB_TYPE=postgres
|
||
|
DB_HOST=db:5432
|
||
|
DB_NAME=gitea
|
||
|
DB_USER=gitea
|
||
|
DB_PASSWD=passwordhere
|
||
|
|
||
|
# Gitea
|
||
|
GT_IMG=
|
||
|
GT_TAG=
|
||
|
GT_CONTAINER_NAME=
|
||
|
|
||
|
# Database
|
||
|
DB_IMG=
|
||
|
DB_TAG=
|
||
|
DB_CONTAINER_NAME=
|