mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 19:18:31 +01:00
chore: update to docker compose v2
This commit is contained in:
@@ -143,9 +143,10 @@
|
||||
password: HISTORY_PURGED_SECRET
|
||||
|
||||
- name: Deploy compose templates
|
||||
community.docker.docker_compose:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "/opt/{{ item }}/"
|
||||
pull: true
|
||||
pull: "missing"
|
||||
remove_orphans: true
|
||||
files:
|
||||
- "{{ item }}.yaml"
|
||||
with_items:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
services:
|
||||
async-icinga:
|
||||
volumes:
|
||||
- "/data/async-icinga/:/app/config"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
athqlanding:
|
||||
ports:
|
||||
- 5002:5000
|
||||
image: registry.atlantishq.de/athq/landing-page
|
||||
image: harbor-registry.atlantishq.de/atlantishq/athq-landing-page
|
||||
restart: always
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
atlantis-hub:
|
||||
image: registry.atlantishq.de/atlantis-hub:latest
|
||||
image: harbor-registry.atlantishq.de/atlantishq/atlantis-hub:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 6011:5000
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
services:
|
||||
atlantis-verify:
|
||||
image: harbor-registry.atlantishq.de/atlantishq/atlantis-verify:latest
|
||||
restart: always
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
master:
|
||||
image: harbor-registry.atlantishq.de/atlantishq/atlantis-webcheck-master:latest
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
services:
|
||||
event-dispatcher:
|
||||
ports:
|
||||
- 5007:5000
|
||||
image: registry.atlantishq.de/athq/event-dispatcher
|
||||
image: harbor-registry.atlantishq.de/atlantishq/event-dispatcher
|
||||
restart: always
|
||||
volumes:
|
||||
- "/data/event-dispatcher/instance/:/app/instance/"
|
||||
@@ -15,7 +16,7 @@ event-dispatcher:
|
||||
SETTINGS_ACCESS_TOKEN: "{{ notification_settings_access_token }}"
|
||||
|
||||
event-dispatcher-worker:
|
||||
image: registry.atlantishq.de/athq/event-dispatcher-worker
|
||||
image: harbor-registry.atlantishq.de/atlantishq/event-dispatcher-worker
|
||||
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
services:
|
||||
grafana:
|
||||
ports:
|
||||
- 4000:3000
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: '3'
|
||||
services:
|
||||
database:
|
||||
image: postgres:13.4-alpine
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: "3"
|
||||
services:
|
||||
money-balancer:
|
||||
image: ghcr.io/dorianim/money-balancer
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: "2.3"
|
||||
|
||||
services:
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
services:
|
||||
potaris:
|
||||
ports:
|
||||
- 5003:5000
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: '3'
|
||||
services:
|
||||
image-factory:
|
||||
image: harbor-registry.atlantishq.de/atlantishq/atlantis-image-factory:latest
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
sector32:
|
||||
ports:
|
||||
- 5001:5000
|
||||
image: registry.atlantishq.de/athq/sector32
|
||||
image: harbor-registry.atlantishq.de/atlantishq/sector32
|
||||
restart: always
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: '3'
|
||||
services:
|
||||
soundlib:
|
||||
image: harbor-registry.atlantishq.de/atlantishq/atlantis-soundlib:latest
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
services:
|
||||
tmnf-replay-server:
|
||||
image: harbor-registry.atlantishq.de/atlantishq/tmnf-replay-server:latest
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user