From f36403f9b44c3a5de2433208e477990b5f981f24 Mon Sep 17 00:00:00 2001 From: Filip Schouwenaars Date: Wed, 6 Jul 2022 21:58:37 +0200 Subject: [PATCH] fix(deploy) attempt: update containerURIs for worker in ecs.json - Point to the full containerURI for the worker - Point to a self-built image for the sqs daemon --- ecs.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ecs.json b/ecs.json index 499f8b26..4c4f54a4 100644 --- a/ecs.json +++ b/ecs.json @@ -44,8 +44,7 @@ "containers": [ { "containerName": "rdoc-app-worker", - "containerImage": "rdoc-app", - "containerTag": "${CIRCLE_SHA1}", + "containerURI": "708371444347.dkr.ecr.us-east-1.amazonaws.com/rdoc-app:${CIRCLE_SHA1}", "containerPort": 1337, "memoryReservation": 4000, "cpu": 256, @@ -53,8 +52,7 @@ }, { "containerName": "rdoc-app-sqsd", - "containerImage": "sqsd", - "containerTag": "latest", + "containerURI": "filipsch/sqsd:latest", "memoryReservation": 128, "essential": true, "containerCommand": [