We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d7232c + f36403f commit 90b9e75Copy full SHA for 90b9e75
ecs.json
@@ -44,17 +44,15 @@
44
"containers": [
45
{
46
"containerName": "rdoc-app-worker",
47
- "containerImage": "rdoc-app",
48
- "containerTag": "${CIRCLE_SHA1}",
+ "containerURI": "708371444347.dkr.ecr.us-east-1.amazonaws.com/rdoc-app:${CIRCLE_SHA1}",
49
"containerPort": 1337,
50
"memoryReservation": 4000,
51
"cpu": 256,
52
"essential": true
53
},
54
55
"containerName": "rdoc-app-sqsd",
56
- "containerImage": "sqsd",
57
- "containerTag": "latest",
+ "containerURI": "filipsch/sqsd:latest",
58
"memoryReservation": 128,
59
"essential": true,
60
"containerCommand": [
0 commit comments