Implement very naive solution
This commit is contained in:
parent
351e1202b2
commit
1b3c14b4ce
5 changed files with 57 additions and 0 deletions
11
roles/whoami/templates/docker-stack.yml.j2
Normal file
11
roles/whoami/templates/docker-stack.yml.j2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: containous/whoami:{{ whoami_version }}
|
||||
networks:
|
||||
- "{{ docker_swarm_public_network_name }}"
|
||||
|
||||
networks:
|
||||
"{{ docker_swarm_public_network_name }}":
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue