update: restart always & async icinga conf

This commit is contained in:
2023-01-05 20:22:30 +01:00
parent a8233fb83b
commit 934b9b64c7
7 changed files with 11 additions and 7 deletions

View File

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

View File

@@ -1,6 +1,7 @@
async-icinga:
volumes:
- "/data/async-icinga/:/app/config"
restart: always
ports:
- 5006:5000
image: registry.atlantishq.de/athq/async-icinga

View File

@@ -2,3 +2,4 @@ athqlanding:
ports:
- 5002:5000
image: registry.atlantishq.de/athq/landing-page
restart: always

View File

@@ -2,6 +2,7 @@ grafana:
ports:
- 3000:3000
image: grafana/grafana-oss
restart: always
volumes:
- "/var/grafana:/var/lib/grafana"
environment:

View File

@@ -2,3 +2,4 @@ potaris:
ports:
- 5004:5000
image: registry.atlantishq.de/athq/fjsd-potaris-en
restart: always

View File

@@ -2,3 +2,4 @@ potaris:
ports:
- 5003:5000
image: registry.atlantishq.de/athq/fjsd-potaris
restart: always

View File

@@ -2,3 +2,4 @@ sector32:
ports:
- 5001:5000
image: registry.atlantishq.de/athq/sector32
restart: always