chore: update to docker compose v2

This commit is contained in:
2024-05-16 18:31:56 +00:00
parent bf5bb80fd5
commit 7fc56a7c3a
16 changed files with 64 additions and 61 deletions

View File

@@ -143,9 +143,10 @@
password: HISTORY_PURGED_SECRET password: HISTORY_PURGED_SECRET
- name: Deploy compose templates - name: Deploy compose templates
community.docker.docker_compose: community.docker.docker_compose_v2:
project_src: "/opt/{{ item }}/" project_src: "/opt/{{ item }}/"
pull: true pull: "missing"
remove_orphans: true
files: files:
- "{{ item }}.yaml" - "{{ item }}.yaml"
with_items: with_items:

View File

@@ -1,3 +1,4 @@
services:
async-icinga: async-icinga:
volumes: volumes:
- "/data/async-icinga/:/app/config" - "/data/async-icinga/:/app/config"

View File

@@ -1,5 +1,6 @@
services:
athqlanding: athqlanding:
ports: ports:
- 5002:5000 - 5002:5000
image: registry.atlantishq.de/athq/landing-page image: harbor-registry.atlantishq.de/atlantishq/athq-landing-page
restart: always restart: always

View File

@@ -1,5 +1,6 @@
services:
atlantis-hub: atlantis-hub:
image: registry.atlantishq.de/atlantis-hub:latest image: harbor-registry.atlantishq.de/atlantishq/atlantis-hub:latest
restart: always restart: always
ports: ports:
- 6011:5000 - 6011:5000

View File

@@ -1,3 +1,4 @@
services:
atlantis-verify: atlantis-verify:
image: harbor-registry.atlantishq.de/atlantishq/atlantis-verify:latest image: harbor-registry.atlantishq.de/atlantishq/atlantis-verify:latest
restart: always restart: always

View File

@@ -1,4 +1,3 @@
version: "3.3"
services: services:
master: master:
image: harbor-registry.atlantishq.de/atlantishq/atlantis-webcheck-master:latest image: harbor-registry.atlantishq.de/atlantishq/atlantis-webcheck-master:latest

View File

@@ -1,7 +1,8 @@
services:
event-dispatcher: event-dispatcher:
ports: ports:
- 5007:5000 - 5007:5000
image: registry.atlantishq.de/athq/event-dispatcher image: harbor-registry.atlantishq.de/atlantishq/event-dispatcher
restart: always restart: always
volumes: volumes:
- "/data/event-dispatcher/instance/:/app/instance/" - "/data/event-dispatcher/instance/:/app/instance/"
@@ -15,7 +16,7 @@ event-dispatcher:
SETTINGS_ACCESS_TOKEN: "{{ notification_settings_access_token }}" SETTINGS_ACCESS_TOKEN: "{{ notification_settings_access_token }}"
event-dispatcher-worker: event-dispatcher-worker:
image: registry.atlantishq.de/athq/event-dispatcher-worker image: harbor-registry.atlantishq.de/atlantishq/event-dispatcher-worker
restart: always restart: always
environment: environment:

View File

@@ -1,3 +1,4 @@
services:
grafana: grafana:
ports: ports:
- 4000:3000 - 4000:3000

View File

@@ -1,4 +1,3 @@
version: '3'
services: services:
database: database:
image: postgres:13.4-alpine image: postgres:13.4-alpine

View File

@@ -1,4 +1,3 @@
version: "3"
services: services:
money-balancer: money-balancer:
image: ghcr.io/dorianim/money-balancer image: ghcr.io/dorianim/money-balancer

View File

@@ -1,5 +1,3 @@
version: "2.3"
services: services:
ntfy: ntfy:
image: binwiederhier/ntfy image: binwiederhier/ntfy

View File

@@ -1,3 +1,4 @@
services:
potaris: potaris:
ports: ports:
- 5003:5000 - 5003:5000

View File

@@ -1,4 +1,3 @@
version: '3'
services: services:
image-factory: image-factory:
image: harbor-registry.atlantishq.de/atlantishq/atlantis-image-factory:latest image: harbor-registry.atlantishq.de/atlantishq/atlantis-image-factory:latest

View File

@@ -1,5 +1,6 @@
services:
sector32: sector32:
ports: ports:
- 5001:5000 - 5001:5000
image: registry.atlantishq.de/athq/sector32 image: harbor-registry.atlantishq.de/atlantishq/sector32
restart: always restart: always

View File

@@ -1,4 +1,3 @@
version: '3'
services: services:
soundlib: soundlib:
image: harbor-registry.atlantishq.de/atlantishq/atlantis-soundlib:latest image: harbor-registry.atlantishq.de/atlantishq/atlantis-soundlib:latest

View File

@@ -1,3 +1,4 @@
services:
tmnf-replay-server: tmnf-replay-server:
image: harbor-registry.atlantishq.de/atlantishq/tmnf-replay-server:latest image: harbor-registry.atlantishq.de/atlantishq/tmnf-replay-server:latest
restart: always restart: always