Skip to content

Commit 7ec888b

Browse files
authored
Add redis prod cluster (#54)
1 parent 0c71787 commit 7ec888b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

infrastructure/aws/production/ecs-task-definition-sse.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
}
2424
],
2525
"essential": true,
26-
"environment": [],
26+
"environment": [
27+
{
28+
"name": "REDIS_HOST",
29+
"value": "redis-cache.c4q8sw.0001.euw2.cache.amazonaws.com:6379"
30+
}
31+
],
2732
"secrets": [
2833
{
2934
"name": "SSE_AUTHENTICATION_TOKEN",

0 commit comments

Comments
 (0)