generated from coop-cloud/example
chore: publish 2.7.1+0.80.2 release
This commit is contained in:
parent
3a06d0d9a0
commit
5f300f945b
@ -41,7 +41,7 @@ WEB_CONCURRENCY=1
|
|||||||
|
|
||||||
# Override the maxium size of document imports, could be required if you have
|
# Override the maxium size of document imports, could be required if you have
|
||||||
# especially large Word documents with embedded imagery
|
# especially large Word documents with embedded imagery
|
||||||
MAXIMUM_IMPORT_SIZE=5120000
|
FILE_STORAGE_IMPORT_MAX_SIZE=5120000
|
||||||
|
|
||||||
# You can remove this line if your reverse proxy already logs incoming http
|
# You can remove this line if your reverse proxy already logs incoming http
|
||||||
# requests and this ends up being duplicative
|
# requests and this ends up being duplicative
|
||||||
|
@ -34,14 +34,14 @@ 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}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=2.7.0+0.80.2"
|
- "coop-cloud.${STACK_NAME}.version=2.7.1+0.80.2"
|
||||||
## 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}"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
image: redis:7.4.0
|
image: redis:7.4.1
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user