Implement very naive solution

This commit is contained in:
Marty Oehme 2021-07-29 22:50:41 +02:00
parent 351e1202b2
commit 1b3c14b4ce
Signed by: Marty
GPG key ID: B7538B8F50A1C800
5 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
whoami_stack:
- name: whoami
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
whoami_upstream: >-
'{ "@id": "whoami_upstream", "handle": [{ "handler": "reverse_proxy", "upstreams": [{ "dial": "whoami_app:80"}]}] }'