Add services and cleanup volumes
This commit is contained in:
parent
a14902ddf9
commit
acc83618f3
11 changed files with 97 additions and 35 deletions
gitea
|
@ -50,11 +50,11 @@ GITEA__metrics__ENABLED="true"
|
|||
GITEA__metrics__TOKEN=""
|
||||
|
||||
GITEA__storage__STORAGE_TYPE="minio"
|
||||
GITEA__storage__MINIO_ENDPOINT="sos-de-fra-1.exo.io"
|
||||
GITEA__storage__MINIO_ENDPOINT="s3.serguzim.me"
|
||||
GITEA__storage__MINIO_ACCESS_KEY_ID=""
|
||||
GITEA__storage__MINIO_SECRET_ACCESS_KEY=""
|
||||
GITEA__storage__MINIO_BUCKET="git.serguzim.me"
|
||||
GITEA__storage__MINIO_LOCATION="de-fra-1"
|
||||
GITEA__storage__MINIO_BUCKET="git"
|
||||
GITEA__storage__MINIO_LOCATION="de-contabo-1"
|
||||
GITEA__storage__MINIO_USE_SSL="true"
|
||||
|
||||
GITEA__OTHER__SHOW_FOOTER_BRANDING="true"
|
||||
|
|
Reference in a new issue