fix(prod-compose): cards-minio port 9110→9210 (cadvisor belegt 9110)
Some checks are pending
CI / validate (push) Waiting to run

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

View file

@ -7,8 +7,8 @@
#
# Ports auf dem Mac Mini:
# cards-postgres: 5436 (Plattform 5432, Dev 5435 sind belegt)
# cards-minio S3: 9110
# cards-minio UI: 9111
# cards-minio S3: 9210 (cadvisor hat 9110 belegt)
# cards-minio UI: 9211
# cards-api: 3091 (alt war 3072 → cards-api.mana.how)
# cards-web: 5181 (alt war 5180 → cards.mana.how)
#
@ -51,8 +51,8 @@ services:
MINIO_ROOT_USER: cardsadmin
MINIO_ROOT_PASSWORD: ${CARDS_S3_SECRET_KEY:?missing CARDS_S3_SECRET_KEY}
ports:
- '127.0.0.1:9110:9000'
- '127.0.0.1:9111:9001'
- '127.0.0.1:9210:9000'
- '127.0.0.1:9211:9001'
volumes:
- /Volumes/ManaData/cards/minio:/data
healthcheck: