service: Support specifying container command

This commit is contained in:
uumas
2025-07-05 16:24:26 +03:00
parent 84036653fe
commit c31fbf0833
4 changed files with 19 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
container_name: "{{ service_name }}"
container_image: "{{ service_container_image }}"
container_image_creds: "{{ service_container_image_creds }}"
container_command: "{{ service_container_command }}"
container_user: "{{ service_container_user }}"
container_mounts: "{{ _service_container_mounts }}"
container_publish_ports: "{{ service_container_publish_ports }}"