Add wallabag docker deployment role

Added role of wallabag. Can take a subdomain alias to be presented on a
different uri than its stack name.

All services contain a healthcheck for docker swarm to be informed of
their status.

Copy whoami template to wallabag role

Change non-domain domain name to localhost

Fix correct handler notify naming

Allow setting different subdomain alias than name

Add meta information
This commit is contained in:
Marty Oehme 2021-10-08 10:05:23 +02:00
parent 80185e39dd
commit ebd995b8c4
Signed by: Marty
GPG key ID: B7538B8F50A1C800
9 changed files with 226 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
stack:
name: wallabag
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
stack_image: "wallabag/wallabag"