Skip to content

Commit

Permalink
Core & Internals: rename deprecated minio env vars rucio#6324
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylogy committed Sep 11, 2023
1 parent 7f0d229 commit cca2edb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions etc/docker/dev/docker-compose-storage-alldb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ services:
ports:
- "127.0.0.1:9000:9000"
environment:
- MINIO_ACCESS_KEY=admin
- MINIO_SECRET_KEY=password
- MINIO_ROOT_USER=admin
- MINIO_ROOT_PASSWORD=password
volumes:
- ../../certs/hostcert_minio.pem:/root/.minio/certs/public.crt:Z
- ../../certs/hostcert_minio.key.pem:/root/.minio/certs/private.key:Z
Expand Down
4 changes: 2 additions & 2 deletions etc/docker/dev/docker-compose-storage-externalmetadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ services:
ports:
- "127.0.0.1:9000:9000"
environment:
- MINIO_ACCESS_KEY=admin
- MINIO_SECRET_KEY=password
- MINIO_ROOT_USER=admin
- MINIO_ROOT_PASSWORD=password
volumes:
- ../../certs/hostcert_minio.pem:/root/.minio/certs/public.crt:Z
- ../../certs/hostcert_minio.key.pem:/root/.minio/certs/private.key:Z
Expand Down
4 changes: 2 additions & 2 deletions etc/docker/dev/docker-compose-storage-monit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ services:
ports:
- "127.0.0.1:9000:9000"
environment:
- MINIO_ACCESS_KEY=admin
- MINIO_SECRET_KEY=password
- MINIO_ROOT_USER=admin
- MINIO_ROOT_PASSWORD=password
volumes:
- ../../certs/hostcert_minio.pem:/root/.minio/certs/public.crt:Z
- ../../certs/hostcert_minio.key.pem:/root/.minio/certs/private.key:Z
Expand Down
4 changes: 2 additions & 2 deletions etc/docker/dev/docker-compose-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ services:
ports:
- "127.0.0.1:9000:9000"
environment:
- MINIO_ACCESS_KEY=admin
- MINIO_SECRET_KEY=password
- MINIO_ROOT_USER=admin
- MINIO_ROOT_PASSWORD=password
volumes:
- ../../certs/hostcert_minio.pem:/root/.minio/certs/public.crt:Z
- ../../certs/hostcert_minio.key.pem:/root/.minio/certs/private.key:Z
Expand Down

0 comments on commit cca2edb

Please sign in to comment.