mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
dev: update bucket script to make the bucket public (#2767)
* dev: update bucket script to make the bucket public * dev: remove auto bucket script from docker compose
This commit is contained in:
committed by
sriram veeraghanta
parent
bdbdacd68c
commit
20fd57b793
@@ -144,14 +144,6 @@ services:
|
||||
volumes:
|
||||
- uploads:/export
|
||||
|
||||
createbuckets:
|
||||
<<: *app-env
|
||||
image: minio/mc
|
||||
entrypoint: >
|
||||
/bin/sh -c " /usr/bin/mc config host add plane-minio http://plane-minio:9000 \$AWS_ACCESS_KEY_ID \$AWS_SECRET_ACCESS_KEY; /usr/bin/mc mb plane-minio/\$AWS_S3_BUCKET_NAME; /usr/bin/mc anonymous set download plane-minio/\$AWS_S3_BUCKET_NAME; exit 0; "
|
||||
depends_on:
|
||||
- plane-minio
|
||||
|
||||
# Comment this if you already have a reverse proxy running
|
||||
proxy:
|
||||
<<: *app-env
|
||||
|
||||
Reference in New Issue
Block a user