chore: publish 0.3.0+RELEASE.2022-03-26T06-49-28Z release

This commit is contained in:
3wc 2022-04-02 13:36:06 +02:00
parent 8df2b53cd9
commit 01998576c6
1 changed files with 14 additions and 5 deletions

View File

@ -8,6 +8,13 @@ services:
- minio-data:/export
networks:
- proxy
environment:
- MINIO_BROWSER_REDIRECT_URL=https://console.$DOMAIN
- MINIO_SERVER_URL=https://$DOMAIN
command: server /export --console-address ":9001"
secrets:
- secret_key
- access_key
deploy:
restart_policy:
condition: on-failure
@ -17,15 +24,17 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.service=${STACK_NAME}"
- "traefik.http.services.${STACK_NAME}_console.loadbalancer.server.port=9001"
- "traefik.http.routers.${STACK_NAME}_console.rule=Host(`console.${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}_console.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}_console.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}_console.service=${STACK_NAME}_console"
## Redirect from EXTRA_DOMAINS to DOMAIN
#- "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.2.0+RELEASE.2022-03-26T06-49-28Z"
command: server /export
secrets:
- secret_key
- access_key
- "coop-cloud.${STACK_NAME}.version=0.3.0+RELEASE.2022-03-26T06-49-28Z"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s