File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ services:
4
4
s3 :
5
5
condition : service_healthy
6
6
environment :
7
- STORAGE_BUCKETS_ARCHIVES_NAME : archivedrecordings
8
7
QUARKUS_S3_ENDPOINT_OVERRIDE : http://s3:8000
9
8
STORAGE_EXT_URL : /storage/
10
9
QUARKUS_S3_PATH_STYLE_ACCESS : " true" # needed since compose setup does not support DNS subdomain resolution
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ services:
4
4
s3 :
5
5
condition : service_healthy
6
6
environment :
7
- STORAGE_BUCKETS_ARCHIVES_NAME : archivedrecordings
8
7
QUARKUS_S3_ENDPOINT_OVERRIDE : http://s3:4566
9
8
STORAGE_EXT_URL : /storage/
10
9
QUARKUS_S3_PATH_STYLE_ACCESS : " true" # needed since compose setup does not support DNS subdomain resolution
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ services:
4
4
s3 :
5
5
condition : service_healthy
6
6
environment :
7
- STORAGE_BUCKETS_ARCHIVES_NAME : archivedrecordings
8
7
QUARKUS_S3_ENDPOINT_OVERRIDE : http://s3:9000
9
8
STORAGE_EXT_URL : /storage/
10
9
QUARKUS_S3_PATH_STYLE_ACCESS : " true" # needed since compose setup does not support DNS subdomain resolution
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ services:
4
4
s3 :
5
5
condition : service_healthy
6
6
environment :
7
- STORAGE_BUCKETS_ARCHIVES_NAME : archivedrecordings
8
7
QUARKUS_S3_ENDPOINT_OVERRIDE : http://s3:8333
9
8
STORAGE_EXT_URL : /storage/
10
9
QUARKUS_S3_PATH_STYLE_ACCESS : " true" # needed since compose setup does not support DNS subdomain resolution
You can’t perform that action at this time.
0 commit comments