1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

checkpoint

This commit is contained in:
Lee Brown
2019-07-08 19:13:41 -08:00
parent 5c477b4dc9
commit 2f53df6ba6
6 changed files with 1209 additions and 438 deletions

View File

@ -6,13 +6,13 @@
"containerDefinitions": [
{
"name": "{ECS_SERVICE}",
"image": "421734222910.dkr.ecr.us-west-2.amazonaws.com/procedures:{ECS_SERVICE}",
"image": "{RELEASE_IMAGE}",
"essential": true,
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "{AWSLOGS_GROUP}",
"awslogs-region": "us-west-2",
"awslogs-region": "{AWS_REGION}",
"awslogs-stream-prefix": "ecs"
}
},