Skip to content

Commit

Permalink
Merge pull request #323 from Sage-Bionetworks-Workflows/bwmac/live_up…
Browse files Browse the repository at this point in the history
…grade

Adds name to ContainerDefinitions
  • Loading branch information
BWMac authored Jun 21, 2024
2 parents f6d0954 + aa8d03d commit f1899ae
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 f1899ae

Please sign in to comment.