chore: publish 1.0.0+RELEASE.2022-10-24T18-35-07Z release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-04-29 14:41:47 -04:00
parent fde7678e40
commit 87ebc5ef93
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: minio/minio:RELEASE.2022-03-26T06-49-28Z image: minio/minio:RELEASE.2022-10-24T18-35-07Z
volumes: volumes:
- minio-data:/export - minio-data:/export
networks: networks:
@ -34,7 +34,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "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.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" #- "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: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s interval: 30s