Sha256: 00a8b0f223e9f3d76455d51436019081cd71a3d10a0e903af4ea077f15c33491

Contents?: true

Size: 638 Bytes

Versions: 13

Compression:

Stored size: 638 Bytes

Contents

# Example .ufo/vars/base.rb
# Ufo docs
# Variables: http://ufoships.com/docs/variables/
# Helpers: http://ufoships.com/docs/helpers/

@family = family # Also: task_definition_name
@name = role     # IE: web worker clock
@image = docker_image # includes the git sha org/repo:ufo-[sha].
# Docs: https://ufoships.com/docs/helpers/builtin/secrets/
# @environment = env_file(".env")
# @secrets = secrets_file(".secrets")
@cpu = 256
@memory = 256
@memory_reservation = 256

@awslogs_group = expansion("ecs/:APP-:ENV-:EXTRA")
@awslogs_stream_prefix = role
@awslogs_region = aws_region

@container_port = dockerfile_port # parsed from Dockerfile

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ufo-6.3.0 lib/templates/init/.ufo/vars/base.rb
ufo-6.2.5 lib/templates/init/.ufo/vars/base.rb
ufo-6.2.4 lib/templates/init/.ufo/vars/base.rb
ufo-6.2.3 lib/templates/init/.ufo/vars/base.rb
ufo-6.2.2 lib/templates/init/.ufo/vars/base.rb
ufo-6.2.1 lib/templates/init/.ufo/vars/base.rb
ufo-6.2.0 lib/templates/init/.ufo/vars/base.rb
ufo-6.1.5 lib/templates/init/.ufo/vars/base.rb
ufo-6.1.4 lib/templates/init/.ufo/vars/base.rb
ufo-6.1.3 lib/templates/init/.ufo/vars/base.rb
ufo-6.1.2 lib/templates/init/.ufo/vars/base.rb
ufo-6.1.1 lib/templates/init/.ufo/vars/base.rb
ufo-6.1.0 lib/templates/init/.ufo/vars/base.rb