Skip to content

Commit

Permalink
Revert "Minio extractor example"
Browse files Browse the repository at this point in the history
This reverts commit 0e849ee.
  • Loading branch information
Vismayak committed Jan 14, 2025
1 parent 0e849ee commit 26cfac6
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,11 @@ services:
hostname: minio4
volumes:
- data4:/data

minio-nginx:
image: nginx:1.19.2-alpine
restart: unless-stopped
hostname: nginx
ports:
- "9000:9000"
networks:
- clowder2
volumes:
Expand All @@ -180,25 +178,6 @@ services:
- minio3
- minio4

minio-mounted:
build: extractors-core/minio-mounted
networks:
- clowder2
restart: unless-stopped
environment:
MINIO_ENDPOINT: minio-nginx:9000
MINIO_ACCESS_KEY: minioadmin
MINIO_SECRET_KEY: minioadmin
privileged: true
devices:
- /dev/fuse:/dev/fuse
cap_add:
- SYS_ADMIN
security_opt:
- apparmor:unconfined
depends_on:
- minio-nginx

postgres:
image: postgres
restart: unless-stopped
Expand Down

0 comments on commit 26cfac6

Please sign in to comment.