File tree Expand file tree Collapse file tree 3 files changed +17
-20
lines changed Expand file tree Collapse file tree 3 files changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,14 @@ services:
137
137
discovery.type : single-node
138
138
image : elasticsearch:7.5.0
139
139
140
+ - name : minio
141
+ image : minio/minio:RELEASE.2020-05-16T01-33-21Z
142
+ commands :
143
+ - minio server /data
144
+ environment :
145
+ MINIO_ACCESS_KEY : 123456
146
+ MINIO_SECRET_KEY : 123456
147
+
140
148
steps :
141
149
- name : fetch-tags
142
150
pull : default
@@ -283,14 +291,6 @@ services:
283
291
pull : default
284
292
image : gitea/test-openldap:latest
285
293
286
- - name : minio
287
- image : minio/minio:RELEASE.2020-05-16T01-33-21Z
288
- commands :
289
- - minio server /data
290
- environment :
291
- MINIO_ACCESS_KEY : 123456
292
- MINIO_SECRET_KEY : 123456
293
-
294
294
steps :
295
295
- name : fetch-tags
296
296
pull : default
Original file line number Diff line number Diff line change @@ -42,7 +42,14 @@ APP_DATA_PATH = integrations/gitea-integration-mysql/data
42
42
BUILTIN_SSH_SERVER_USER = git
43
43
44
44
[attachment]
45
- PATH = integrations/gitea-integration-mysql/data
45
+ STORE_TYPE = minio
46
+ MINIO_ENDPOINT = minio:9000
47
+ MINIO_ACCESS_KEY_ID = 123456
48
+ MINIO_SECRET_ACCESS_KEY = 123456
49
+ MINIO_BUCKET = gitea
50
+ MINIO_LOCATION = us-east-1
51
+ MINIO_BASE_PATH = attachments/
52
+ MINIO_USE_SSL = false
46
53
47
54
[mailer]
48
55
ENABLED = true
Original file line number Diff line number Diff line change @@ -86,14 +86,4 @@ SECRET_KEY = 9pCviYTWSb
86
86
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.OQkH5UmzID2XBdwQ9TAI6Jj2t1X-wElVTjbE7aoN4I8
87
87
88
88
[oauth2]
89
- JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko
90
-
91
- [attachment]
92
- STORE_TYPE = minio
93
- MINIO_ENDPOINT = minio:9000
94
- MINIO_ACCESS_KEY_ID = 123456
95
- MINIO_SECRET_ACCESS_KEY = 123456
96
- MINIO_BUCKET = gitea
97
- MINIO_LOCATION = us-east-1
98
- MINIO_BASE_PATH = attachments/
99
- MINIO_USE_SSL = false
89
+ JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko
You can’t perform that action at this time.
0 commit comments