mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:08:32 +01:00
change: unify potaris containers
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
potaris:
|
||||
ports:
|
||||
- 5004:5000
|
||||
image: registry.atlantishq.de/athq/fjsd-potaris-en
|
||||
restart: always
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user