File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ services:
1111 STRELKA_URL : sublime_strelka_frontend
1212 SCREENSHOT_SERVICE_ENDPOINT : http://sublime_screenshot_service:8100/capture
1313 SCREENSHOT_SERVICE_BUCKET : email-screenshots
14+ MESSAGE_STORAGE_BUCKET : email-msgs
1415 S3_ENDPOINT : http://sublimes3:8110
1516 USE_SELF_IMAGE_LINKS : " true"
1617 AWS_REGION : us-east-1
@@ -42,6 +43,7 @@ services:
4243 STRELKA_URL : sublime_strelka_frontend
4344 SCREENSHOT_SERVICE_ENDPOINT : http://sublime_screenshot_service:8100/capture
4445 SCREENSHOT_SERVICE_BUCKET : email-screenshots
46+ MESSAGE_STORAGE_BUCKET : email-msgs
4547 S3_ENDPOINT : http://sublimes3:8110
4648 AWS_REGION : us-east-1
4749 HYDRA_URL : http://sublime_hydra:8200
@@ -173,6 +175,7 @@ services:
173175 sleep 15;
174176 /usr/bin/mc alias set myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
175177 /usr/bin/mc mb myminio/email-screenshots;
178+ /usr/bin/mc mb myminio/email-msgs;
176179 /usr/bin/mc ls myminio;
177180 exit 0;
178181 "
You can’t perform that action at this time.
0 commit comments