This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
|||||||
- ente_network
|
- ente_network
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080 # API
|
- 8080:8080 # API
|
||||||
|
- 3200:3200 # Storage Buckets
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ s3:
|
|||||||
# use_path_style_urls: true
|
# use_path_style_urls: true
|
||||||
key: ${CFG_ENTE_MINIO_ROOT_USER}
|
key: ${CFG_ENTE_MINIO_ROOT_USER}
|
||||||
secret: ${CFG_ENTE_MINIO_ROOT_PASSWORD}
|
secret: ${CFG_ENTE_MINIO_ROOT_PASSWORD}
|
||||||
endpoint: localhost:3200
|
endpoint: https://store.ente.kappeh.org
|
||||||
region: eu-central-2
|
region: eu-central-2
|
||||||
bucket: b2-eu-cen
|
bucket: b2-eu-cen
|
||||||
wasabi-eu-central-2-v3:
|
wasabi-eu-central-2-v3:
|
||||||
@@ -29,7 +29,7 @@ s3:
|
|||||||
# use_path_style_urls: true
|
# use_path_style_urls: true
|
||||||
key: ${CFG_ENTE_MINIO_ROOT_USER}
|
key: ${CFG_ENTE_MINIO_ROOT_USER}
|
||||||
secret: ${CFG_ENTE_MINIO_ROOT_PASSWORD}
|
secret: ${CFG_ENTE_MINIO_ROOT_PASSWORD}
|
||||||
endpoint: localhost:3200
|
endpoint: https://store.ente.kappeh.org
|
||||||
region: eu-central-2
|
region: eu-central-2
|
||||||
bucket: wasabi-eu-central-2-v3
|
bucket: wasabi-eu-central-2-v3
|
||||||
compliance: false
|
compliance: false
|
||||||
@@ -38,7 +38,7 @@ s3:
|
|||||||
# use_path_style_urls: true
|
# use_path_style_urls: true
|
||||||
key: ${CFG_ENTE_MINIO_ROOT_USER}
|
key: ${CFG_ENTE_MINIO_ROOT_USER}
|
||||||
secret: ${CFG_ENTE_MINIO_ROOT_PASSWORD}
|
secret: ${CFG_ENTE_MINIO_ROOT_PASSWORD}
|
||||||
endpoint: localhost:3200
|
endpoint: https://store.ente.kappeh.org
|
||||||
region: eu-central-2
|
region: eu-central-2
|
||||||
bucket: scw-eu-fr-v3
|
bucket: scw-eu-fr-v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user