It is a short, concicse name for the compose (and one of the ways that docker officially recommends to name the files), and jinja is the careful recommendation of the jinja docs. https://jinja.palletsprojects.com/en/stable/templates/#template-file-extension
8 lines
154 B
YAML
8 lines
154 B
YAML
---
|
|
stack_name: restic
|
|
|
|
stack_image: "mazzolino/restic"
|
|
|
|
stack_compose: "{{ lookup('template', 'compose.yaml.jinja') | from_yaml }}"
|
|
|
|
backup_enable: true
|