defaults: fix variable name for DB UID

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-21 15:57:33 +01:00
parent 085e30fd75
commit 8fcbe906fc
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -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'