cloudserve-infrastructure/roles/monica/vars/main.yml
Marty Oehme 010d8f93c4
Add monica deployment
Added basic monica docker deployment.

A key which is required for monica is automatically generated on
deployment.
Optionally, geolocation and weather api can be enabled.
Mail-sending functionality is disabled by default but can be enabled
with any compatible smtp server set up.
2021-10-26 18:11:48 +02:00

9 lines
155 B
YAML

---
stack_name: monica
stack_image: "monica"
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
monica_db_database: monicadb