feat: add hostname for a service

This commit is contained in:
Adrien Waksberg 2022-07-20 10:40:15 +02:00
parent a515499a71
commit 3889dfd0b4
2 changed files with 2 additions and 0 deletions

View file

@ -4,4 +4,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
- first version

View file

@ -29,6 +29,7 @@
name: '{{ item.key }}'
image: '{{ item.value.image }}'
command: '{{ item.value.command|default([]) }}'
hostname: '{{ item.value.hostname|default(omit) }}'
args: '{{ item.value.args|default([]) }}'
mounts: '{{ item.value.mounts|default([]) }}'
networks: '{{ item.value.networks|default([]) }}'