Sha256: 45a9ac071e5c62d4aae55a08e99446152dc4f8c47c450551c4ed49a30ae84981

Contents?: true

Size: 480 Bytes

Versions: 6

Compression:

Stored size: 480 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 2
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

6 entries across 6 versions & 1 rubygems

Version Path
hako-0.15.3 examples/hello.yml
hako-0.15.2 examples/hello.yml
hako-0.15.1 examples/hello.yml
hako-0.15.0 examples/hello.yml
hako-0.14.1 examples/hello.yml
hako-0.14.0 examples/hello.yml