wip: async icinga & docker compose

This commit is contained in:
2023-01-05 17:09:45 +01:00
parent df84c6be30
commit f8767026a9
5 changed files with 72 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
[
{% for service in async_icinga_static_services %}
{
"{{ service['name'] }}" : {
"timeout" : "{{ service['timeout'] }}",
"token" : "{{ service['token'] }}"
}
}{% if not loop.last %},{% endif %}
{% endfor %}
]

View File

@@ -0,0 +1,6 @@
async-icinga:
volumes:
- "/app/config/:/data/async-icinga/"
ports:
- 5001:5000
image: registry.atlantishq.de/athq/async-icinga