diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index 36243e119..382e2d015 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -51,6 +51,8 @@ const SPECIFIC_SERVICES = [ 'quay.io/minio/minio', 'minio/minio', + 'ghcr.io/coollabsio/minio', + 'coollabsio/minio', 'svhd/logto', ]; diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index fee17dad6..d76c91aa2 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -104,7 +104,7 @@ services: networks: - coolify minio: - image: minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 pull_policy: always container_name: coolify-minio command: server /data --console-address ":9001" diff --git a/templates/compose/azimutt.yaml b/templates/compose/azimutt.yaml index 8610308d9..2bccb3de3 100644 --- a/templates/compose/azimutt.yaml +++ b/templates/compose/azimutt.yaml @@ -22,7 +22,7 @@ services: retries: 10 minio: - image: 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 diff --git a/templates/compose/budibase.yaml b/templates/compose/budibase.yaml index 026ebb05f..d0befbde0 100644 --- a/templates/compose/budibase.yaml +++ b/templates/compose/budibase.yaml @@ -66,7 +66,7 @@ services: start_period: 10s minio-service: - image: minio/minio + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 volumes: - minio_data:/data environment: diff --git a/templates/compose/ente-photos-with-s3.yaml b/templates/compose/ente-photos-with-s3.yaml index 932745f82..17c79b8ed 100644 --- a/templates/compose/ente-photos-with-s3.yaml +++ b/templates/compose/ente-photos-with-s3.yaml @@ -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 diff --git a/templates/compose/huly.yaml b/templates/compose/huly.yaml index c15a245c7..785c584fc 100644 --- a/templates/compose/huly.yaml +++ b/templates/compose/huly.yaml @@ -15,7 +15,7 @@ services: volumes: - huly-db:/data/db minio: - image: "minio/minio" + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /data --address ":9000" --console-address ":9001" volumes: - huly-files:/data diff --git a/templates/compose/plane.yaml b/templates/compose/plane.yaml index ae4e8eb4d..fa0f08ef3 100644 --- a/templates/compose/plane.yaml +++ b/templates/compose/plane.yaml @@ -211,7 +211,7 @@ services: plane-minio: <<: *app-env - image: minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /export --console-address ":9090" volumes: - uploads:/export diff --git a/templates/compose/posthog.yaml b/templates/compose/posthog.yaml index afd16d1e8..d5fb7120d 100644 --- a/templates/compose/posthog.yaml +++ b/templates/compose/posthog.yaml @@ -1870,7 +1870,7 @@ services: - ALLOW_PLAINTEXT_LISTENER=yes object_storage: - image: minio/minio:RELEASE.2022-06-25T15-50-16Z + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 environment: - MINIO_ROOT_USER=$SERVICE_USER_MINIO - MINIO_ROOT_PASSWORD=$SERVICE_PASSWORD_MINIO diff --git a/templates/compose/reactive-resume.yaml b/templates/compose/reactive-resume.yaml index 9c4e2cf28..0b53b0d7c 100644 --- a/templates/compose/reactive-resume.yaml +++ b/templates/compose/reactive-resume.yaml @@ -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 diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index 537165d63..54e137b10 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -1072,7 +1072,7 @@ services: command: > sh -c "/app/bin/migrate && /app/bin/realtime eval 'Realtime.Release.seeds(Realtime.Repo)' && /app/bin/server" supabase-minio: - image: minio/minio + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 environment: - MINIO_ROOT_USER=${SERVICE_USER_MINIO} - MINIO_ROOT_PASSWORD=${SERVICE_PASSWORD_MINIO}