Added replication flags

This commit is contained in:
Oleksandr Stepanov
2024-11-19 16:26:57 +01:00
parent f347a9173e
commit 6f1e025785
3 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,9 @@ services:
- -c
{% for argument in postgres_arguments %}
- {{ argument }}
{% endfor %}
{% for repl_argument in postgres_replications_arguments %}
- {{ repl_argument }}
{% endfor %}
external_node:
{% if not external_node_raw_docker_tag %}