feat: add hostname for a service
This commit is contained in:
parent
a515499a71
commit
3889dfd0b4
2 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- first version
|
- first version
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
name: '{{ item.key }}'
|
name: '{{ item.key }}'
|
||||||
image: '{{ item.value.image }}'
|
image: '{{ item.value.image }}'
|
||||||
command: '{{ item.value.command|default([]) }}'
|
command: '{{ item.value.command|default([]) }}'
|
||||||
|
hostname: '{{ item.value.hostname|default(omit) }}'
|
||||||
args: '{{ item.value.args|default([]) }}'
|
args: '{{ item.value.args|default([]) }}'
|
||||||
mounts: '{{ item.value.mounts|default([]) }}'
|
mounts: '{{ item.value.mounts|default([]) }}'
|
||||||
networks: '{{ item.value.networks|default([]) }}'
|
networks: '{{ item.value.networks|default([]) }}'
|
||||||
|
|
Loading…
Reference in a new issue