mirror of
https://github.com/status-im/infra-role-postgres-ha.git
synced 2025-02-23 03:48:20 +00:00
Allows for renaming it. Signed-off-by: Jakub Sokołowski <jakub@status.im>
10 lines
295 B
YAML
10 lines
295 B
YAML
---
|
|
- name: 'Create database container'
|
|
docker_compose:
|
|
project_src: '{{ postgres_ha_service_path }}'
|
|
files: '{{ postgres_ha_compose_file }}'
|
|
state: '{{ compose_state }}'
|
|
restarted: '{{ compose_restart }}'
|
|
recreate: '{{ compose_recreate }}'
|
|
pull: true
|