05-06-2026 marke macht Webseite Design Inhalte
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

This commit is contained in:
Kevin Adametz 2026-06-05 17:43:31 +02:00
parent 00796a35d5
commit 18216e301c
181 changed files with 12025 additions and 7941 deletions

View file

@ -38,12 +38,7 @@ services:
- proxy
labels:
- "traefik.enable=true"
# Markemacht Domain
- "traefik.http.routers.markemacht.rule=Host(`markemacht.test`)"
- "traefik.http.routers.markemacht.entrypoints=websecure"
- "traefik.http.routers.markemacht.tls=true"
- "traefik.http.routers.markemacht.service=markemacht-service-prc"
# Brand Rules Domain
# Brand Rules Domain (Laravel)
- "traefik.http.routers.brand-rules.rule=Host(`brand-rules.test`)"
- "traefik.http.routers.brand-rules.entrypoints=websecure"
- "traefik.http.routers.brand-rules.tls=true"
@ -57,7 +52,6 @@ services:
- "traefik.http.routers.assets-brand.service=assets-brand-service-prc"
# Service-Definitionen
- "traefik.http.services.markemacht-service-prc.loadbalancer.server.port=80"
- "traefik.http.services.brand-rules-service-prc.loadbalancer.server.port=80"
- "traefik.http.services.assets-brand-service-prc.loadbalancer.server.port=5179"
- "traefik.http.services.assets-brand-service-prc.loadbalancer.server.scheme=http"