Skip to content

Commit a287352

Browse files
author
Obada Haddad
committed
test to fix circle-ci failing test; add minio console address
1 parent c6ff14c commit a287352

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,16 @@ services:
7272
#----------------------------------------------------------------------------------------------------
7373
minio:
7474
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
75-
command: server /export
75+
command: server /export --console-address ":9001"
7676
volumes:
7777
- ./var/minio:/export
7878
restart: unless-stopped
7979
ports:
8080
- 9000
81+
- 9001
8182
env_file: .env
83+
environment:
84+
MINIO_BROWSER_REDIRECT_URL: "http://localhost/console"
8285
healthcheck:
8386
test: ["CMD", "curl", "-I", "http://minio:9000/minio/health/live"]
8487
interval: 5s
@@ -279,4 +282,4 @@ services:
279282
networks:
280283
frontend:
281284
backend:
282-
internal: true
285+
#internal: true

0 commit comments

Comments
 (0)