feat: aws secret key

This commit is contained in:
2026-05-26 11:03:13 +02:00
parent dbd0773dc7
commit 6d9374da75
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -63,6 +63,9 @@ env:
SERVER_NAME: ":80"
APP_RUNTIME: "Laravel\\FrankenPHP\\Runtime"
FILESYSTEM_DISK: s3
AWS_DEFAULT_REGION: eu-north-1
AWS_BUCKET: bowli
AWS_USE_PATH_STYLE_ENDPOINT: "false"
DB_CONNECTION: pgsql
DB_HOST: bemeal-pgsql
DB_PORT: "5432"
@@ -84,6 +87,8 @@ env:
- STRAVA_CLIENT_ID
- STRAVA_CLIENT_SECRET
- RESEND_API_KEY
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
volumes:
- bemeal_storage_data:/var/www/html/storage/app