From 74875885ab2ab5b9b70c84266ab99243a01db513 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Thu, 14 May 2026 09:57:35 +0200 Subject: [PATCH] key --- apps/infoalloggi/dev2-docker-compose.yml | 6 +++--- apps/infoalloggi/s3.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/infoalloggi/dev2-docker-compose.yml b/apps/infoalloggi/dev2-docker-compose.yml index 587abcb..f500779 100644 --- a/apps/infoalloggi/dev2-docker-compose.yml +++ b/apps/infoalloggi/dev2-docker-compose.yml @@ -2,9 +2,9 @@ services: seaweedfs: image: chrislusf/seaweedfs:latest container_name: seaweedfs - ports: - - "9333:9333" - - "8333:8333" # S3 API endpoint stays open for Next.js/Go apps + expose: + - 9333 + - 8333 # S3 API endpoint stays open for Next.js/Go apps volumes: - seaweedfs_data:/data # Mount your credentials file directly into the container diff --git a/apps/infoalloggi/s3.json b/apps/infoalloggi/s3.json index 48e166a..78ca45d 100644 --- a/apps/infoalloggi/s3.json +++ b/apps/infoalloggi/s3.json @@ -10,5 +10,6 @@ ], "actions": ["Admin", "Read", "Write"] } - ] + ], + "signingKey": "QW*VK^mTbuB90L6.onBNelnvvXccKi=*" } \ No newline at end of file