change: unify potaris containers

This commit is contained in:
2023-01-06 01:00:17 +01:00
parent 103ffc740e
commit f33b29287f
3 changed files with 8 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
- name: Async Icinga Service (static) - name: Async Icinga Service (static)
template: template:
src: async-icinga-config.json.j2 src: async-icinga-config.json.j2
dest: /data/async-icinga/ dest: /data/async-icinga/async-icinga-config.json
notify: notify:
- reload async icinga settings - reload async icinga settings
@@ -39,7 +39,6 @@
with_items: with_items:
- athq-landing - athq-landing
- grafana - grafana
- potaris-en
- potaris - potaris
- sector32 - sector32
- async-icinga - async-icinga
@@ -51,7 +50,6 @@
with_items: with_items:
- athq-landing - athq-landing
- grafana - grafana
- potaris-en
- potaris - potaris
- sector32 - sector32
- async-icinga - async-icinga
@@ -71,7 +69,6 @@
with_items: with_items:
- athq-landing - athq-landing
- grafana - grafana
- potaris-en
- potaris - potaris
- sector32 - sector32
- async-icinga - async-icinga

View File

@@ -1,5 +0,0 @@
potaris:
ports:
- 5004:5000
image: registry.atlantishq.de/athq/fjsd-potaris-en
restart: always

View File

@@ -1,5 +1,11 @@
potaris: potaris:
ports: ports:
- 5003:5000 - 5003:5000
image: registry.atlantishq.de/athq/fjsd-potaris image: registry.atlantishq.de/athq/potaris
restart: always
potaris-en:
ports:
- 5004:5000
image: registry.atlantishq.de/athq/potaris-en
restart: always restart: always