Skip to content

Commit 4f875c3

Browse files
authored
Merge pull request #71 from opencrvs/fix/add-e2e-minio-bucket
fix: add e2e base url for minio
2 parents 5d3a473 + 72b23db commit 4f875c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/docker-compose.app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ services:
143143
# Country config passes minio details to client. 'ocrvs' is hardcoded. To get files working in E2E, countryconfig needs to be configured with the same bucket name as gateway, migration and documents.
144144
# E2E prefix intention is to communicate, that this is only for E2E testing and not for production.
145145
- E2E_MINIO_BUCKET=${STACK}--ocrvs
146+
# In E2E environment, minio is shared between all services. STACK is omitted from the path. Differentiation is done by bucket name.
147+
- E2E_MINIO_BASE_URL=https://minio.{{hostname}}
146148
networks:
147149
app_net:
148150
dependencies_monitoring_net:

0 commit comments

Comments
 (0)