Sha256: 9744819b8f6fef495b60535d71b1557f0c70f3808fe7c1a2c4a7bae30f6592fd
Contents?: true
Size: 552 Bytes
Versions: 3
Compression:
Stored size: 552 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 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hako-0.19.0 | examples/hello.yml |
hako-0.18.1 | examples/hello.yml |
hako-0.18.0 | examples/hello.yml |