Sha256: d36459c34a10c982fdcaee5a4710fe2c060b3552e0323d41bd2ad9ffb32a7037
Contents?: true
Size: 1.24 KB
Versions: 45
Compression:
Stored size: 1.24 KB
Contents
{ "family": "demmitv_drupal", "networkMode": "awsvpc", "taskRoleArn": "arn:aws:iam::831556125887:role/ecs_role_1", "executionRoleArn": "arn:aws:iam::831556125887:role/ecs_role_1", "containerDefinitions": [ { "name": "demmitv_drupal_ecs1", "image": "piousbox/php81:0.0.2", "portMappings": [ { "containerPort": 80, "hostPort": 80, "protocol": "tcp" } ], "logConfiguration": { "logDriver": "awslogs", "options": { "awslogs-create-group": "true", "awslogs-group": "drupal-1", "awslogs-region": "us-east-2", "awslogs-stream-prefix": "wco-" } }, "essential": true, "entryPoint": [ "sh", "-c" ], "command": [ "/bin/sh -c \"cd /var/www/html && curl -u abba:simplerpassword https://secrets.wasya.co/demmitv_drupal_ecs1.zip --output demmitv_drupal_ecs1-0.0.0.zip && unzip -o demmitv_drupal_ecs1-0.0.0.zip && cd web && apachectl -D FOREGROUND \" " ] } ], "requiresCompatibilities": [ "FARGATE" ], "cpu": "256", "memory": "512" }
Version data entries
45 entries across 45 versions & 1 rubygems