Skip to content

Commit

Permalink
uploader log remove
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 4, 2022
1 parent 0379080 commit 2e8361d
Show file tree
Hide file tree
Showing 2 changed files with 4 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.32
image: mentorpal/mentor-upload-api:4.4.0-alpha.33
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.32
image: mentorpal/mentor-upload-worker:4.4.0-alpha.33
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.32",
"image": "mentorpal/mentor-upload-api:4.4.0-alpha.33",
"environment": [
{
"name": "STATUS_URL_FORCE_HTTPS",
Expand All @@ -244,7 +244,7 @@
},
{
"name": "upload-worker",
"image": "mentorpal/mentor-upload-worker:4.4.0-alpha.32",
"image": "mentorpal/mentor-upload-worker:4.4.0-alpha.33",
"environment": [
{
"name": "GRAPHQL_ENDPOINT",
Expand Down

0 comments on commit 2e8361d

Please sign in to comment.