mirror of
https://github.com/status-im/infra-role-postgres-ha.git
synced 2025-02-16 16:46:29 +00:00
defaults: fix variable name for DB UID
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
085e30fd75
commit
8fcbe906fc
@ -9,7 +9,7 @@ postgres_ha_cont_backup_vol: '{{ postgres_ha_service_path }}/backup'
|
||||
postgres_ha_cont_image: 'postgres:15.1-alpine'
|
||||
postgres_ha_cont_port: 5432
|
||||
postgres_ha_cont_uid: 70
|
||||
postgres_ha_host_uid: '{{ 100000 + hackmd_db_cont_uid | int }}'
|
||||
postgres_ha_host_uid: '{{ 100000 + postgres_ha_cont_uid | int }}'
|
||||
postgres_ha_cont_run_size: '512K'
|
||||
postgres_ha_cont_tmp_size: '256K'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user