Skip to content

Commit b6de96a

Browse files
committed
add local-minio for testing S3 Storage of Files
1 parent a7eb61c commit b6de96a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker-compose.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,17 @@ services:
290290
- ./local-dev/api-data-watcher-pusher:/home
291291
labels:
292292
lagoon.type: none
293+
local-minio:
294+
image: minio/minio
295+
entrypoint: sh
296+
command: -c 'mkdir -p /export/lagoon-files && /usr/bin/minio server /export'
297+
ports:
298+
- '9000:9000'
299+
environment:
300+
- MINIO_ACCESS_KEY=minio
301+
- MINIO_SECRET_KEY=minio123
302+
labels:
303+
lagoon.type: none
293304
drush-alias:
294305
image: ${IMAGE_REPO:-lagoon}/drush-alias
295306
volumes:

0 commit comments

Comments
 (0)