Sha256: fc543d9ad4125d1f6b91c6dad2ae83086e657ac9589bd45e0599d47d410c6d21

Contents?: true

Size: 650 Bytes

Versions: 2

Compression:

Stored size: 650 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
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

2 entries across 2 versions & 1 rubygems

Version Path
hako-0.20.1 examples/hello.yml
hako-0.20.0 examples/hello.yml