Sha256: 889f38452bc257e3de7c64ff48b572d5016b7b893b0b5d8590f5369879e7ae7f

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 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:
  type: nginx
  image_tag: hako-nginx
  memory: 32
  cpu: 32
  s3:
    region: ap-northeast-1
    bucket: nanika
    prefix: hako/front_config
additional_containers:
  redis:
    image_tag: redis:3.0
    cpu: 64
    memory: 512

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hako-0.6.1 examples/hello.yml
hako-0.6.0 examples/hello.yml