feat: aws secret key
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user