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)
template:
src: async-icinga-config.json.j2
dest: /data/async-icinga/
dest: /data/async-icinga/async-icinga-config.json
notify:
- reload async icinga settings
@@ -39,7 +39,6 @@
with_items:
- athq-landing
- grafana
- potaris-en
- potaris
- sector32
- async-icinga
@@ -51,7 +50,6 @@
with_items:
- athq-landing
- grafana
- potaris-en
- potaris
- sector32
- async-icinga
@@ -71,7 +69,6 @@
with_items:
- athq-landing
- grafana
- potaris-en
- potaris
- sector32
- 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:
ports:
- 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