refactor compose deploy

This commit is contained in:
Nikita Simonov
2026-05-22 20:30:47 +04:00
parent dab901147c
commit efce508e16
6 changed files with 54 additions and 11 deletions

View File

@@ -1 +0,0 @@
{{ docker_compose_definition | to_nice_yaml(indent=2) }}

View File

@@ -0,0 +1,3 @@
name: {{ docker_compose_project_name }}
{{ docker_compose_definition | to_nice_yaml(indent=2) }}