Replace minio with coollabs minio on ente photos with s3 service template

This commit is contained in:
ShadowArcanist 2025-10-22 12:41:45 +05:30
parent 3e76bdd59e
commit bad2c139c2
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ services:
retries: 5
minio:
image: 'quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z' # Released at 2025-09-07T16-13-09Z
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
command: 'server /data --console-address ":9001"'
environment:
- MINIO_SERVER_URL=$MINIO_SERVER_URL

View file

@ -46,7 +46,7 @@ services:
retries: 10
minio:
image: quay.io/minio/minio:latest
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
command: server /data --console-address ":9001"
environment:
- MINIO_SERVER_URL=$MINIO_SERVER_URL