Sha256: e194aa0fe9c313e303e3941d7e284b35beba2a7b9419017bedaaadfed70da57b
Contents?: true
Size: 737 Bytes
Versions: 28
Compression:
Stored size: 737 Bytes
Contents
scheduler: type: ecs region: ap-northeast-1 cluster: eagletmt desired_count: 2 task_role_arn: arn:aws:iam::012345678901:role/HelloRole # dynamic_port_mapping is enabled by default with no ELB option # dynamic_port_mapping: false deployment_configuration: maximum_percent: 200 minimum_healthy_percent: 50 app: image: ryotarai/hello-sinatra memory: 128 cpu: 256 links: - redis:redis env: $providers: - type: file path: hello.env PORT: '3000' MESSAGE: '#{username}-san' additional_containers: front: image_tag: hako-nginx memory: 32 cpu: 32 redis: image_tag: redis:3.0 cpu: 64 memory: 512 scripts: - <<: !include front.yml backend_port: 3000
Version data entries
28 entries across 28 versions & 1 rubygems