Skip to content

Commit

Permalink
comments out RedisContainerImage
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 21, 2024
1 parent 7e06c4c commit f4256ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/infra-dev/nextflow-ecs-task-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameters:
FrontendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}'
BackendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
MigrateDBContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}'
RedisContainerImage: 'cr.seqera.io/public/redis:5.0.8'
# RedisContainerImage: 'cr.seqera.io/public/redis:5.0.8'
EfsFileSystemId: !stack_output_external nextflow-efs-file-system::FileSystemId
EfsVolumeMountPath: '/efs'
TowerUserWorkspace: 'false'
Expand Down
2 changes: 1 addition & 1 deletion config/infra-prod/nextflow-ecs-task-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameters:
FrontendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}'
BackendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
MigrateDBContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}'
RedisContainerImage: 'cr.seqera.io/public/redis:5.0.8'
# RedisContainerImage: 'cr.seqera.io/public/redis:5.0.8'
EfsFileSystemId: !stack_output_external nextflow-efs-file-system::FileSystemId
EfsVolumeMountPath: '/efs'
TowerUserWorkspace: 'false'
Expand Down

0 comments on commit f4256ad

Please sign in to comment.