Skip to content

Commit 26cfac6

Browse files
committed
Revert "Minio extractor example"
This reverts commit 0e849ee.
1 parent 0e849ee commit 26cfac6

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

docker-compose.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,11 @@ services:
163163
hostname: minio4
164164
volumes:
165165
- data4:/data
166-
166+
167167
minio-nginx:
168168
image: nginx:1.19.2-alpine
169169
restart: unless-stopped
170170
hostname: nginx
171-
ports:
172-
- "9000:9000"
173171
networks:
174172
- clowder2
175173
volumes:
@@ -180,25 +178,6 @@ services:
180178
- minio3
181179
- minio4
182180

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-
202181
postgres:
203182
image: postgres
204183
restart: unless-stopped

0 commit comments

Comments
 (0)