mirror of
https://github.com/status-im/infra-status.git
synced 2025-01-12 06:54:40 +00:00
store,boot: fix name of Docker tag name
We are in the middle of renaming fleets and this will make it more robust. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
749c281209
commit
770dad967e
@ -7,7 +7,7 @@ bootstrap__active_extra_users:
|
||||
bootstrap__logrotate_frequency: 'hourly'
|
||||
|
||||
# Tag dependent on fleet: test
|
||||
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
|
||||
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
|
||||
nim_waku_cont_name: 'nim-waku-boot'
|
||||
nim_waku_cont_vol: '/docker/{{ nim_waku_cont_name }}'
|
||||
nim_waku_node_conf_path: '{{ nim_waku_cont_vol }}/conf'
|
||||
|
@ -7,7 +7,7 @@ bootstrap__active_extra_users:
|
||||
bootstrap__logrotate_frequency: 'hourly'
|
||||
|
||||
# Tag dependent on fleet: test
|
||||
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
|
||||
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
|
||||
nim_waku_cont_name: 'nim-waku-store'
|
||||
nim_waku_cont_vol: '/docker/{{ nim_waku_cont_name }}'
|
||||
nim_waku_node_conf_path: '{{ nim_waku_cont_vol }}/conf'
|
||||
|
Loading…
x
Reference in New Issue
Block a user