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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 

51 lines
1013 B

# gitea_db
MYSQL_DATABASE=
MYSQL_USER=
MYSQL_ROOT_PASSWORD=
MYSQL_PASSWORD=
# gitea_drone
DRONE_AGENTS_ENABLED=true
DRONE_GITEA_SERVER=https://gitea.fedy95.com
DRONE_GITEA_CLIENT_ID=***
DRONE_GITEA_CLIENT_SECRET=***
DRONE_RPC_SECRET=***
DRONE_SERVER_HOST=drone.fedy95.com
DRONE_SERVER_PROTO=https
DRONE_RUNNER_NETWORKS=proxy
DRONE_USER_CREATE=username:***,admin:***
DRONE_LOGS_DEBUG=true
DRONE_LOGS_TEXT=true
DRONE_LOGS_PRETTY=true
DRONE_LOGS_COLOR=true
DRONE_DATABASE_DRIVER=postgres
DRONE_DATABASE_DATASOURCE=postgres://***:***@postgres:5432/***?sslmode=disable
# gitea_drone_agent
DRONE_RPC_HOST=drone.fedy95.com
DRONE_RPC_SECRET=***
DRONE_RUNNER_CAPACITY=5
DRONE_RUNNER_NAME=gitea_drone_agent
DRONE_RPC_PROTO=https
# gitea_drone_db
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
# gitea_instance
APP_NAME=Gitea
RUN_MODE=prod
DOMAIN=gitea.fedy95.com
ROOT_URL=https://gitea.fedy95.com
DB_TYPE=mysql
DB_HOST=gitea_db:3306
DB_NAME=
DB_USER=
DB_PASSWD=
DISABLE_REGISTRATION=true
USER_UID=1000
USER_GID=1000