github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/examples/ecs-deploy.json (about) 1 [ 2 { 3 "name": "ecs-deploy", 4 "image": "in4it/ecs-deploy:latest", 5 "cpu": 128, 6 "memoryReservation": 128, 7 "essential": true, 8 "mountPoints": [], 9 "portMappings": [ 10 { 11 "containerPort": 8080 12 } 13 ], 14 "environment": [ 15 { 16 "name": "AWS_REGION", 17 "value": "us-east-1" 18 }, 19 { 20 "name": "JWT_SECRET", 21 "value": "secret" 22 }, 23 { 24 "name": "DEPLOY_PASSWORD", 25 "value": "deploy" 26 }, 27 { 28 "name": "AWS_ACCOUNT_ENV", 29 "value": "staging" 30 } 31 ] 32 } 33 ]