Skip to content

Commit

Permalink
adds name to ContainerDefinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 21, 2024
1 parent 3a8c709 commit aa8d03d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions templates/nextflow-ecs-task-definition.j2
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,20 @@ Resources:
EFSVolumeConfiguration:
FilesystemId: !Ref EfsFileSystemId
ContainerDefinitions:
- image: !Ref MigrateDBContainerImage
- Name: !Ref MigrateDBContainerName
Image: !Ref MigrateDBContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
- image: !Ref FrontendContainerImage
- Name: !Ref FrontendContainerName
Image: !Ref FrontendContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
- image: !Ref BackendContainerImage
- Name: !Ref BackendContainerName
Image: !Ref BackendContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
- image: !Ref CronContainerImage
- Name: !Ref CronContainerName
Image: !Ref CronContainerImage
repositoryCredentials:
credentialsParameter: !Sub 'arn:aws:secretsmanager:us-east-1:${AWS::AccountId}:secret:TOWER_DEV_SEQERA_REGISTRY_SECRET'
{%- if sceptre_user_data.EnableRedisDocker is defined and sceptre_user_data.EnableRedisDocker %}
Expand Down

0 comments on commit aa8d03d

Please sign in to comment.