Skip to content

Commit

Permalink
fix dev docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Sep 5, 2023
1 parent eab9f2f commit ef569fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ services:
microdnf install nc;
while ! nc -zv minio-external 9000; do sleep 3; done;
mc alias set minioc http://minio-external:9000 ${S3_ACCESS_TOKEN:?} ${S3_SECRET_KEY:?};
mc mb minioc/${S3_BUCKET:?};
mc policy set public minioc/${S3_BUCKET:?};
mc event add minioc/${S3_BUCKET:?} arn:minio:sqs::RABBIT:amqp --event put,delete;
mc mb minioc/${S3_BUCKET_NAME:?};
mc policy set public minioc/${S3_BUCKET_NAME:?};
mc event add minioc/${S3_BUCKET_NAME:?} arn:minio:sqs::RABBIT:amqp --event put,delete;
exit 0;
"
Expand Down

0 comments on commit ef569fb

Please sign in to comment.