mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 17:38:32 +01:00
update: restart always & async icinga conf
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
[
|
||||
{
|
||||
{% for service in async_icinga_static_services %}
|
||||
{
|
||||
"{{ service['name'] }}" : {
|
||||
"timeout" : "{{ service['timeout'] }}",
|
||||
"token" : "{{ service['token'] }}"
|
||||
}
|
||||
"{{ service['name'] }}" : {
|
||||
"timeout" : "{{ service['timeout'] }}",
|
||||
"token" : "{{ service['token'] }}"
|
||||
}{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
async-icinga:
|
||||
volumes:
|
||||
- "/data/async-icinga/:/app/config"
|
||||
restart: always
|
||||
ports:
|
||||
- 5006:5000
|
||||
image: registry.atlantishq.de/athq/async-icinga
|
||||
|
||||
@@ -2,3 +2,4 @@ athqlanding:
|
||||
ports:
|
||||
- 5002:5000
|
||||
image: registry.atlantishq.de/athq/landing-page
|
||||
restart: always
|
||||
|
||||
@@ -2,6 +2,7 @@ grafana:
|
||||
ports:
|
||||
- 3000:3000
|
||||
image: grafana/grafana-oss
|
||||
restart: always
|
||||
volumes:
|
||||
- "/var/grafana:/var/lib/grafana"
|
||||
environment:
|
||||
|
||||
@@ -2,3 +2,4 @@ potaris:
|
||||
ports:
|
||||
- 5004:5000
|
||||
image: registry.atlantishq.de/athq/fjsd-potaris-en
|
||||
restart: always
|
||||
|
||||
@@ -2,3 +2,4 @@ potaris:
|
||||
ports:
|
||||
- 5003:5000
|
||||
image: registry.atlantishq.de/athq/fjsd-potaris
|
||||
restart: always
|
||||
|
||||
@@ -2,3 +2,4 @@ sector32:
|
||||
ports:
|
||||
- 5001:5000
|
||||
image: registry.atlantishq.de/athq/sector32
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user