increased the attachment size in gitea.yml

This commit is contained in:
hyung-hwan 2022-12-21 23:35:42 +09:00
parent 6fc304d2cd
commit 01ebfbab8f

View File

@ -37,6 +37,9 @@ services:
- GITEA__openid__ENABLE_OPENID_SIGNUP=false - GITEA__openid__ENABLE_OPENID_SIGNUP=false
- GITEA__webhook__ALLOWED_HOST_LIST=* - GITEA__webhook__ALLOWED_HOST_LIST=*
- GITEA__metrics__ENABLED=true - GITEA__metrics__ENABLED=true
- GITEA__attachment__ENABLED=true
- GITEA__attachment__ALLOWED_TYPES=*/*
- GITEA__attachment__MAX_SIZE=100
networks: networks:
- traefik-network - traefik-network
- prometheus-network - prometheus-network