Sha256: df5e4d92a094d6d46d5c5fd4790d57ab8722d9c44f7f4a334962a96e3eedf046

Contents?: true

Size: 414 Bytes

Versions: 21

Compression:

Stored size: 414 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'
front:
  !include front.yml
additional_containers:
  redis:
    image_tag: redis:3.0
    cpu: 64
    memory: 512

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hako-0.12.0 examples/hello.yml
hako-0.11.2 examples/hello.yml
hako-0.11.1 examples/hello.yml
hako-0.11.0 examples/hello.yml
hako-0.10.0 examples/hello.yml
hako-0.9.4 examples/hello.yml
hako-0.9.3 examples/hello.yml
hako-0.9.2 examples/hello.yml
hako-0.9.1 examples/hello.yml
hako-0.9.0 examples/hello.yml
hako-0.8.5 examples/hello.yml
hako-0.8.4 examples/hello.yml
hako-0.8.3 examples/hello.yml
hako-0.8.2 examples/hello.yml
hako-0.8.1 examples/hello.yml
hako-0.8.0 examples/hello.yml
hako-0.7.4 examples/hello.yml
hako-0.7.3 examples/hello.yml
hako-0.7.2 examples/hello.yml
hako-0.7.1 examples/hello.yml