chore: publish 0.3.0+RELEASE.2022-03-26T06-49-28Z release
This commit is contained in:
parent
8df2b53cd9
commit
01998576c6
19
compose.yml
19
compose.yml
@ -8,6 +8,13 @@ services:
|
|||||||
- minio-data:/export
|
- minio-data:/export
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- 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:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -17,15 +24,17 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "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
|
## Redirect from EXTRA_DOMAINS to DOMAIN
|
||||||
#- "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.2.0+RELEASE.2022-03-26T06-49-28Z"
|
- "coop-cloud.${STACK_NAME}.version=0.3.0+RELEASE.2022-03-26T06-49-28Z"
|
||||||
command: server /export
|
|
||||||
secrets:
|
|
||||||
- secret_key
|
|
||||||
- access_key
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user