fix(prod-compose): cards-api port 3091→3191 (3091 belegt)
Some checks are pending
CI / validate (push) Waiting to run

This commit is contained in:
Till JS 2026-05-08 20:13:46 +02:00
parent 464aee1661
commit 78a6c8fc77

View file

@ -9,7 +9,7 @@
# cards-postgres: 5436 (Plattform 5432, Dev 5435 sind belegt)
# cards-minio S3: 9210 (cadvisor hat 9110 belegt)
# cards-minio UI: 9211
# cards-api: 3091 (alt war 3072 → cards-api.mana.how)
# cards-api: 3191 (alt war 3072 → cards-api.mana.how)
# cards-web: 5181 (alt war 5180 → cards.mana.how)
#
# Cutover (Hard) auf cards.* / cards-api.* — siehe
@ -88,7 +88,7 @@ services:
CARDS_S3_SECRET_KEY: ${CARDS_S3_SECRET_KEY}
CARDS_S3_BUCKET: cards-media
ports:
- '127.0.0.1:3091:3081'
- '127.0.0.1:3191:3081'
cards-web:
image: cards-web:local