.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
## Install
|
||||
|
||||
Setup assumes that I don't have access to the host except through Portainer.
|
||||
|
||||
This demonstrates that access to docker is the only real requirement to host git.limbosolutions.com
|
||||
|
||||
### Requirements
|
||||
|
||||
- Docker
|
||||
@@ -15,15 +19,22 @@ If portainer installed use portainer (http://githost:9000) to setup/manage servi
|
||||
Required environment variables (.env):
|
||||
|
||||
```bash
|
||||
GITEA_APP_VOLUMES_DATA_NAME=gitea_app_data
|
||||
GITEA_DB_VOLUMES_DATA_NAME=gitea_db_data
|
||||
GITEA_DB_VOLUMES_DB-DUMPS_NAME=gitea_db-dumps
|
||||
GITEA_NETWORK_DEFAULT_NAME=gitea_default
|
||||
GITEA_APP_DATA-VOLUME_NAME=gitea_app_data
|
||||
GITEA_DB_DATA_VOLUME_NAME=gitea_db_data
|
||||
GITEA_DB-DUMPS_VOLUME_NAME=gitea_db-dumps
|
||||
DEFAULT_NETWORK_NAME=gitea_default
|
||||
# gitea mysql dbname
|
||||
DB_NAME=??
|
||||
# gitea mysql user
|
||||
DB_USER=??
|
||||
# gitea mysql password
|
||||
DB_PASSWORD=??
|
||||
# gitea mysql root password
|
||||
DB_ROOT_PASSWORD=??
|
||||
HTTP_PORT=???
|
||||
#git tea access port
|
||||
GITEA_PORT=80
|
||||
#duplicati access port
|
||||
DUPLICATI_PORT=8200
|
||||
```
|
||||
|
||||
#### Gitea
|
||||
|
||||
Reference in New Issue
Block a user