Skip to content

Commit

Permalink
Docker compose template: enable topomap feat by default
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Mazur <[email protected]>
  • Loading branch information
Cahb committed Dec 19, 2024
1 parent e9d37d1 commit c95e8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/docker/docker-compose-template.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ services:
- CGW_GROUPS_CAPACITY={{ cgw_groups_capacity }}
- CGW_GROUPS_THRESHOLD={{ cgw_groups_threshold }}
- CGW_GROUP_INFRAS_CAPACITY={{ cgw_group_infras_capacity }}
- CGW_FEATURE_TOPOMAP_ENABLE='1'
depends_on:
broker:
condition: service_healthy
Expand Down

0 comments on commit c95e8df

Please sign in to comment.