mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-10 11:50:42 +00:00
Don't start minio
This commit is contained in:
parent
16bf18bda4
commit
3470a6caf0
1 changed files with 8 additions and 8 deletions
|
@ -29,14 +29,14 @@ services:
|
|||
# - PICTRS_PROXY_UPSTREAM=http://pictrs:8080
|
||||
# - PICTRS_PROXY_OPENTELEMETRY_URL=http://jaeger:4317
|
||||
|
||||
minio:
|
||||
image: quay.io/minio/minio
|
||||
command: server /mnt --console-address ":9001"
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "9001:9001"
|
||||
volumes:
|
||||
- ./storage/minio:/mnt
|
||||
# minio:
|
||||
# image: quay.io/minio/minio
|
||||
# command: server /mnt --console-address ":9001"
|
||||
# ports:
|
||||
# - "9000:9000"
|
||||
# - "9001:9001"
|
||||
# volumes:
|
||||
# - ./storage/minio:/mnt
|
||||
|
||||
garage:
|
||||
image: dxflrs/garage:v0.9.0
|
||||
|
|
Loading…
Reference in a new issue