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:
parent
57205c2e3b
commit
447754101a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue