We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b26e5 commit ea2e246Copy full SHA for ea2e246
1 file changed
docker-compose.yaml
@@ -32,19 +32,19 @@ services:
32
volumes:
33
- 'photo_objects:/var/photo_objects'
34
objsto:
35
- image: minio/minio
36
- command: server /data --console-address ":9001"
+ image: rustfs/rustfs
+ command: /data
37
environment:
38
- MINIO_ROOT_USER: access_key
39
- MINIO_ROOT_PASSWORD: secret_key
40
- MINIO_DEFAULT_BUCKETS: photos
+ RUSTFS_ACCESS_KEY: access_key
+ RUSTFS_SECRET_KEY: secret_key
+ RUSTFS_CONSOLE_ENABLED: 'true'
41
ports:
42
- 9000:9000
43
- 9001:9001
44
45
- - 'miniodata:/data'
+ - 'objstodata:/data'
46
47
48
pgdata:
49
- miniodata:
+ objstodata:
50
photo_objects:
0 commit comments