Skip to content

Commit

Permalink
Merge branch '4.3.0-release' of github.com:mentorpal/aws-beanstalk-ap…
Browse files Browse the repository at this point in the history
…p into 4.3.0-release
  • Loading branch information
mbsimonovic committed Apr 29, 2022
2 parents 1cc16c8 + adfd08b commit 7c1f3af
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
@@ -1,7 +1,7 @@
version: '3.2'
services:
admin:
image: mentorpal/mentor-admin:4.3.0-alpha.59
image: mentorpal/mentor-admin:4.3.0-alpha.61
environment:
- NODE_ENV
- GRAPHQL_ENDPOINT=http://graphql:3001/graphql
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
source: ./build/run/.env
target: /app/.env
graphql:
image: mentorpal/mentor-graphql:4.3.0-alpha.45
image: mentorpal/mentor-graphql:4.3.0-alpha.46
environment:
- NODE_ENV
- MONGO_URI
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 @@ -41,7 +41,7 @@
"containerDefinitions": [
{
"name": "admin",
"image": "mentorpal/mentor-admin:4.3.0-alpha.59",
"image": "mentorpal/mentor-admin:4.3.0-alpha.61",
"essential": true,
"memory": 128,
"mountPoints": [
Expand Down Expand Up @@ -132,7 +132,7 @@
},
{
"name": "graphql",
"image": "mentorpal/mentor-graphql:4.3.0-alpha.45",
"image": "mentorpal/mentor-graphql:4.3.0-alpha.46",
"essential": true,
"memory": 256,
"mountPoints": [
Expand Down

0 comments on commit 7c1f3af

Please sign in to comment.