Add homebox service
This commit is contained in:
parent
3831ac4244
commit
ccf7f7a598
6 changed files with 37 additions and 4 deletions
|
@ -43,6 +43,7 @@ svc_env:
|
|||
|
||||
GITEA__service__ALLOW_ONLY_EXTERNAL_REGISTRATION: true
|
||||
GITEA__service__ENABLE_BASIC_AUTHENTICATION: false
|
||||
GITEA__service__DEFAULT_KEEP_EMAIL_PRIVATE: true
|
||||
GITEA__service__NO_REPLY_ADDRESS: "discard.msrg.cc"
|
||||
|
||||
GITEA__webhook__DELIVER_TIMEOUT: 60
|
||||
|
@ -73,12 +74,12 @@ svc_env:
|
|||
GITEA__storage__MINIO_LOCATION: "de-contabo-1"
|
||||
GITEA__storage__MINIO_USE_SSL: true
|
||||
|
||||
GITEA__other__SHOW_FOOTER_BRANDING: true
|
||||
GITEA__other__SHOW_FOOTER_VERSION: true
|
||||
GITEA__other__SHOW_FOOTER_TEMPLATE_LOAD_TIME: false
|
||||
|
||||
compose:
|
||||
watchtower: true
|
||||
image: gitea/gitea:1.19
|
||||
image: gitea/gitea:1.20
|
||||
env: true
|
||||
volumes:
|
||||
- data:/data
|
||||
|
|
Reference in a new issue