fix(docker): MINIO_ENDPOINT pointe explicitement sur retrotoon-minio

Sur le réseau Docker partagé `npm_default`, plusieurs stacks exposent
un service nommé `minio`. La résolution DNS de `minio` depuis le
container `retrotoon-studio-app` tombait sur le mauvais container
(karbe-minio, 172.16.16.16), provoquant 403 sur tous les assets
(frames JPG, audio WAV, calques générés).

On passe à `retrotoon-minio` (nom de container explicite) pour
éviter le piège.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ubuntu 2026-06-06 03:55:30 +00:00
parent 57205c2e3b
commit 447754101a

View file

@ -11,7 +11,7 @@ services:
environment:
NODE_ENV: production
PORT: 3000
MINIO_ENDPOINT: minio
MINIO_ENDPOINT: retrotoon-minio
MINIO_PORT: 9000
MINIO_ACCESS_KEY: retrotoon
MINIO_SECRET_KEY: retrotoon-secret-key-2026