Skip to content

Commit

Permalink
Further simplify minio test container config
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Jun 6, 2022
1 parent c2a24ef commit a50d689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
8 changes: 0 additions & 8 deletions test/architecture/data/objectstorage/entrypoint.sh

This file was deleted.

11 changes: 5 additions & 6 deletions test/architecture/docker-compose.core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ services:
MINIO_ROOT_USER: minioclient
MINIO_ROOT_PASSWORD: supersecure
volumes:
# Mount a "bucket" with some CSV files into our object storage
# https://github.com/minio/minio/issues/8949
# As always, Minio is very opinionated and doesn't allow "cross-device mounts" even in dev
# so we copy this in on startup.
- ./data/objectstorage:/objectstorage
entrypoint: /objectstorage/entrypoint.sh
- ./data/objectstorage:/data
command:
- minio
- server
- /data

0 comments on commit a50d689

Please sign in to comment.