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'] }}" : {
"{{ service['name'] }}" : { "timeout" : "{{ service['timeout'] }}",
"timeout" : "{{ service['timeout'] }}", "token" : "{{ service['token'] }}"
"token" : "{{ service['token'] }}"
}
}{% if not loop.last %},{% endif %} }{% if not loop.last %},{% endif %}
{% endfor %} {% endfor %}
] }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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