mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2025-01-03 00:11:24 +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_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
|
||||||
|
|
Loading…
Reference in a new issue