File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -163,13 +163,11 @@ services:
163
163
hostname : minio4
164
164
volumes :
165
165
- data4:/data
166
-
166
+
167
167
minio-nginx :
168
168
image : nginx:1.19.2-alpine
169
169
restart : unless-stopped
170
170
hostname : nginx
171
- ports :
172
- - " 9000:9000"
173
171
networks :
174
172
- clowder2
175
173
volumes :
@@ -180,25 +178,6 @@ services:
180
178
- minio3
181
179
- minio4
182
180
183
- minio-mounted :
184
- build : extractors-core/minio-mounted
185
- networks :
186
- - clowder2
187
- restart : unless-stopped
188
- environment :
189
- MINIO_ENDPOINT : minio-nginx:9000
190
- MINIO_ACCESS_KEY : minioadmin
191
- MINIO_SECRET_KEY : minioadmin
192
- privileged : true
193
- devices :
194
- - /dev/fuse:/dev/fuse
195
- cap_add :
196
- - SYS_ADMIN
197
- security_opt :
198
- - apparmor:unconfined
199
- depends_on :
200
- - minio-nginx
201
-
202
181
postgres :
203
182
image : postgres
204
183
restart : unless-stopped
You can’t perform that action at this time.
0 commit comments