Skip to content

Commit 597568e

Browse files
committed
fixup! remove env var setting config property to default value
1 parent 018e9dc commit 597568e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

compose/s3-cloudserver.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
s3:
55
condition: service_healthy
66
environment:
7-
STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings
87
QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:8000
98
STORAGE_EXT_URL: /storage/
109
QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution

compose/s3-localstack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
s3:
55
condition: service_healthy
66
environment:
7-
STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings
87
QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:4566
98
STORAGE_EXT_URL: /storage/
109
QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution

compose/s3-minio.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
s3:
55
condition: service_healthy
66
environment:
7-
STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings
87
QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:9000
98
STORAGE_EXT_URL: /storage/
109
QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution

compose/s3-seaweed.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
s3:
55
condition: service_healthy
66
environment:
7-
STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings
87
QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:8333
98
STORAGE_EXT_URL: /storage/
109
QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution

0 commit comments

Comments
 (0)