Sha256: 1863793e20a3ed1c8fd8d01768e244fb828aea4a707eaa45769b84fa2a52bfab
Contents?: true
Size: 1.33 KB
Versions: 31
Compression:
Stored size: 1.33 KB
Contents
{ "family": "drupal", "networkMode": "awsvpc", "taskRoleArn": "arn:aws:iam::831556125887:role/ecs_role_1", "executionRoleArn": "arn:aws:iam::831556125887:role/ecs_role_1", "containerDefinitions": [ { "name": "<%= @app.kind %>_drupal_<%= @app.environment_name %>", "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/<%= @app.kind %>_drupal_<%= @app.environment_name %>-<%= @app.version %>.zip && unzip <%= @app.kind %>_drupal_<%= @app.environment_name %>-<%= @app.version %>.zip && composer install && apachectl -D FOREGROUND \" " ] } ], "requiresCompatibilities": [ "FARGATE" ], "cpu": "256", "memory": "512" }
Version data entries
31 entries across 31 versions & 1 rubygems