Use gitea registry for prometheus au and huber.

This commit is contained in:
2025-03-18 13:25:58 +01:00
parent 69502e185b
commit 91437a34c5
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ networks:
services: services:
arbeitsschutz: arbeitsschutz:
image: cs-registry.ddnss.de/arbeitsschutz-ulm/au-website:latest image: cs-git.ddnss.de/arbeitsschutz-ulm/website:latest
container_name: arbeitsschutz container_name: arbeitsschutz
hostname: arbeitsschutz hostname: arbeitsschutz
restart: always restart: always

View File

@@ -6,7 +6,7 @@ networks:
services: services:
huber-putz: huber-putz:
image: cs-registry.ddnss.de/huber/huber-putz image: cs-git.ddnss.de/huber/stuck-web
container_name: huber-putz container_name: huber-putz
hostname: huber-putz hostname: huber-putz
restart: always restart: always

View File

@@ -15,7 +15,7 @@ volumes:
services: services:
prometheus: prometheus:
image: cs-registry.ddnss.de/strato/prometheus image: cs-git.ddnss.de/production/prometheus
container_name: prometheus container_name: prometheus
hostname: prometheus hostname: prometheus
restart: unless-stopped restart: unless-stopped