Don't start minio

This commit is contained in:
asonix 2024-02-22 18:05:29 -06:00
parent 16bf18bda4
commit 3470a6caf0

View file

@ -29,14 +29,14 @@ services:
# - PICTRS_PROXY_UPSTREAM=http://pictrs:8080 # - PICTRS_PROXY_UPSTREAM=http://pictrs:8080
# - PICTRS_PROXY_OPENTELEMETRY_URL=http://jaeger:4317 # - PICTRS_PROXY_OPENTELEMETRY_URL=http://jaeger:4317
minio: # minio:
image: quay.io/minio/minio # image: quay.io/minio/minio
command: server /mnt --console-address ":9001" # command: server /mnt --console-address ":9001"
ports: # ports:
- "9000:9000" # - "9000:9000"
- "9001:9001" # - "9001:9001"
volumes: # volumes:
- ./storage/minio:/mnt # - ./storage/minio:/mnt
garage: garage:
image: dxflrs/garage:v0.9.0 image: dxflrs/garage:v0.9.0