Skip to content

Commit

Permalink
Add redis to task definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Mar 1, 2021
1 parent 2c8e43a commit 4ab678c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/task-definition-template.json
Expand Up @@ -32,7 +32,7 @@
},
{
"name": "REDIS_HOST",
"value": "ec2-user_redis_1"
"value": "redis"
}
],
"mountPoints": [],
Expand Down

0 comments on commit 4ab678c

Please sign in to comment.