Sha256: 6b9d668b9589154bf748ed4825992bf68f1e07ad44b9ab55136b68f33264c709

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 2
  task_role_arn: arn:aws:iam::012345678901:role/HelloRole
app:
  image: ryotarai/hello-sinatra
  memory: 128
  cpu: 256
  port: 3000
  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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hako-0.17.2 examples/hello.yml
hako-0.17.1 examples/hello.yml
hako-0.17.0 examples/hello.yml