From 87ebc5ef9327e9ef51097d526f9e562b36147079 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 29 Apr 2023 14:41:47 -0400 Subject: [PATCH] chore: publish 1.0.0+RELEASE.2022-10-24T18-35-07Z release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index b3a37f4..42c9963 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: minio/minio:RELEASE.2022-03-26T06-49-28Z + image: minio/minio:RELEASE.2022-10-24T18-35-07Z volumes: - minio-data:/export networks: @@ -34,7 +34,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=0.3.0+RELEASE.2022-03-26T06-49-28Z" + - "coop-cloud.${STACK_NAME}.version=1.0.0+RELEASE.2022-10-24T18-35-07Z" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] interval: 30s