Skip to content

Commit

Permalink
uploader error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 4, 2022
1 parent c5e7478 commit 7f70290
Show file tree
Hide file tree
Showing 3 changed files with 10,722 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
target: /app/shared
read_only: true
upload-api:
image: mentorpal/mentor-upload-api:4.4.0-alpha.31
image: mentorpal/mentor-upload-api:4.4.0-alpha.32
depends_on:
- redis
environment:
Expand All @@ -119,7 +119,7 @@ services:
source: ./uploads
target: /app/uploads
upload-worker:
image: mentorpal/mentor-upload-worker:4.4.0-alpha.31
image: mentorpal/mentor-upload-worker:4.4.0-alpha.32
depends_on:
- graphql
- redis
Expand Down
4 changes: 2 additions & 2 deletions ebs/bundle/Dockerrun.aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
},
{
"name": "upload-api",
"image": "mentorpal/mentor-upload-api:4.4.0-alpha.31",
"image": "mentorpal/mentor-upload-api:4.4.0-alpha.32",
"environment": [
{
"name": "STATUS_URL_FORCE_HTTPS",
Expand All @@ -244,7 +244,7 @@
},
{
"name": "upload-worker",
"image": "mentorpal/mentor-upload-worker:4.4.0-alpha.31",
"image": "mentorpal/mentor-upload-worker:4.4.0-alpha.32",
"environment": [
{
"name": "GRAPHQL_ENDPOINT",
Expand Down
Loading

0 comments on commit 7f70290

Please sign in to comment.