File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ locals {
1717 { name = " QUEUE_DATABASE_URL" , value = " postgres://postgres:postgres@127.0.0.1:5432/forms-runner-queue" },
1818 { name = " RAILS_DEVELOPMENT_HOSTS" , value = local.runner_review_app_hostname },
1919 { name = " RAILS_ENV" , value = " production" },
20- { name = " REDIS_URL" , value = " redis://redis :6379/" },
20+ { name = " REDIS_URL" , value = " redis://localhost :6379/" },
2121 { name = " SECRET_KEY_BASE" , value = " unsecured_secret_key_material" },
2222 { name = " SETTINGS__ANALYTICS_ENABLED" , value = " false" },
2323 { name = " SETTINGS__CLOUDWATCH_METRICS_ENABLED" , value = " false" },
@@ -271,7 +271,7 @@ resource "aws_ecs_task_definition" "task" {
271271 ],
272272 essential = true
273273
274- portMappings = [{ containerPort : 6379 }]
274+ portMappings = [{ containerPort = 6379 }]
275275
276276 logConfiguration = {
277277 logDriver = " awslogs"
You can’t perform that action at this time.
0 commit comments