File tree Expand file tree Collapse file tree 5 files changed +23
-24
lines changed Expand file tree Collapse file tree 5 files changed +23
-24
lines changed Original file line number Diff line number Diff line change 1
- BUCKET_NAME = s3fs
2
- AWS_REGION = us-east-1
3
- S3FS_MOUNT = /mnt/s3
4
- DATA_MOUNT = /mnt/data
5
-
6
- AWS_ENDPOINT_URL_S3 = http://host.docker.internal:54321/storage/v1/s3
7
- AWS_REGION = local
8
1
AWS_ACCESS_KEY_ID = 625729a08b95bf1b7ff351a663f3a23c
2
+ AWS_ENDPOINT_URL_S3 = http://host.docker.internal:54321/storage/v1/s3
3
+ AWS_S3_BUCKET = s3fs
9
4
AWS_SECRET_ACCESS_KEY = 850181e4652dd023b7a98c58ae0d2d34bd487ee0cc3254aed6eda37307425907
5
+ AWS_REGION = local
6
+ DATA_MOUNT = /mnt/data
7
+ S3FS_MOUNT = /mnt/s3
8
+ SUPABASE_SERVICE_ROLE_KEY = " <service-role-key>"
9
+ SUPABASE_URL = " <supabase-url>"
10
+ WILDCARD_DOMAIN = db.example.com
10
11
11
- WILDCARD_DOMAIN = db.example.com
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ trap 'cleanup' EXIT
21
21
mkdir -p $S3FS_MOUNT
22
22
23
23
# Mount the S3 bucket
24
- s3fs $BUCKET_NAME $S3FS_MOUNT -o use_path_request_style -o url=$AWS_ENDPOINT_URL_S3 -o endpoint=$AWS_REGION
24
+ s3fs $AWS_S3_BUCKET $S3FS_MOUNT -o use_path_request_style -o url=$AWS_ENDPOINT_URL_S3 -o endpoint=$AWS_REGION
25
25
26
26
# Check if the mount was successful
27
27
if mountpoint -q $S3FS_MOUNT ; then
Original file line number Diff line number Diff line change
1
+ AWS_ACCESS_KEY_ID = 625729a08b95bf1b7ff351a663f3a23c
2
+ AWS_ENDPOINT_URL_S3 = http://host.docker.internal:54321/storage/v1/s3
3
+ AWS_S3_BUCKET = s3fs
4
+ AWS_SECRET_ACCESS_KEY = 850181e4652dd023b7a98c58ae0d2d34bd487ee0cc3254aed6eda37307425907
5
+ AWS_REGION = local
1
6
CERTBOT_DOMAIN = db.postgres.new
2
7
CERTBOT_EMAIL = " <your-email>"
3
8
CLOUDFLARE_API_TOKEN = " <cloudflare-api-token>"
4
- AWS_ACCESS_KEY_ID = minioadmin
5
- AWS_ENDPOINT_URL_S3 = http://minio:9000
6
- AWS_REGION = us-east-1
7
- AWS_SECRET_ACCESS_KEY = minioadmin
8
- BUCKET_NAME = s3fs
9
9
S3FS_MOUNT = /mnt/s3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ trap 'cleanup' EXIT
21
21
mkdir -p $S3FS_MOUNT
22
22
23
23
# Mount the S3 bucket
24
- s3fs $BUCKET_NAME $S3FS_MOUNT -o use_path_request_style -o url=$AWS_ENDPOINT_URL_S3 -o endpoint=$AWS_REGION
24
+ s3fs $AWS_S3_BUCKET $S3FS_MOUNT -o use_path_request_style -o url=$AWS_ENDPOINT_URL_S3 -o endpoint=$AWS_REGION
25
25
26
26
# Check if the mount was successful
27
27
if mountpoint -q $S3FS_MOUNT ; then
Original file line number Diff line number Diff line change 1
- NEXT_PUBLIC_SUPABASE_ANON_KEY = " <supabase-anon-key>"
2
- NEXT_PUBLIC_SUPABASE_URL = " <supabase-api-url>"
3
- NEXT_PUBLIC_IS_PREVIEW = true
4
- NEXT_PUBLIC_WILDCARD_DOMAIN = db.example.com
5
-
6
- OPENAI_API_KEY = " <openai-api-key>"
7
- AWS_S3_BUCKET = s3fs
8
- AWS_ENDPOINT_URL_S3 = http://localhost:54321/storage/v1/s3
9
1
AWS_ACCESS_KEY_ID = 625729a08b95bf1b7ff351a663f3a23c
2
+ AWS_ENDPOINT_URL_S3 = http://localhost:54321/storage/v1/s3
3
+ AWS_S3_BUCKET = s3fs
10
4
AWS_SECRET_ACCESS_KEY = 850181e4652dd023b7a98c58ae0d2d34bd487ee0cc3254aed6eda37307425907
11
- AWS_REGION = local
5
+ AWS_REGION = local
6
+ OPENAI_API_KEY = " <openai-api-key>"
7
+ NEXT_PUBLIC_IS_PREVIEW = true
8
+ NEXT_PUBLIC_SUPABASE_ANON_KEY = " <supabase-anon-key>"
9
+ NEXT_PUBLIC_SUPABASE_URL = " <supabase-api-url>"
10
+ NEXT_PUBLIC_WILDCARD_DOMAIN = db.example.com
You can’t perform that action at this time.
0 commit comments