Skip to content

Commit

Permalink
gql: walkthrough url added to config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 18, 2022
1 parent 49e8f2a commit ef3bfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
source: ./build/run/.env
target: /app/.env
graphql:
image: mentorpal/mentor-graphql:4.3.0-alpha.49
image: mentorpal/mentor-graphql:4.3.0-alpha.50
environment:
- NODE_ENV
- MONGO_URI
Expand Down
2 changes: 1 addition & 1 deletion ebs/bundle/Dockerrun.aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
{
"name": "graphql",
"image": "mentorpal/mentor-graphql:4.3.0-alpha.49",
"image": "mentorpal/mentor-graphql:4.3.0-alpha.50",
"essential": true,
"memory": 256,
"mountPoints": [
Expand Down

0 comments on commit ef3bfb5

Please sign in to comment.