mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
Compare commits
3 Commits
fix-tika-i
...
fix-cert.y
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c96301523 | ||
|
|
39412c7297 | ||
|
|
5873484022 |
@@ -56,8 +56,11 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt"
|
|||||||
# certificates:
|
# certificates:
|
||||||
# - certFile: /certs/opencloud.test.crt
|
# - certFile: /certs/opencloud.test.crt
|
||||||
# keyFile: /certs/opencloud.test.key
|
# keyFile: /certs/opencloud.test.key
|
||||||
# stores:
|
# stores:
|
||||||
# - default
|
# default:
|
||||||
|
# defaultCertificate:
|
||||||
|
# certFile: /certs/opencloud.test.crt
|
||||||
|
# keyFile: /certs/opencloud.test.key
|
||||||
#
|
#
|
||||||
# The certificates need to be copied into ./certs/, the absolute path inside the container is /certs/.
|
# The certificates need to be copied into ./certs/, the absolute path inside the container is /certs/.
|
||||||
# You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory.
|
# You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory.
|
||||||
@@ -176,7 +179,7 @@ START_ADDITIONAL_SERVICES=""
|
|||||||
# docker compose -f docker-compose.yml -f search/tika.yml up -d
|
# docker compose -f docker-compose.yml -f search/tika.yml up -d
|
||||||
# Set the desired docker image tag or digest.
|
# Set the desired docker image tag or digest.
|
||||||
# Defaults to "apache/tika:latest"
|
# Defaults to "apache/tika:latest"
|
||||||
# The base variant is recommended for most use cases as it provides core text extraction
|
# The slim variant is recommended for most use cases as it provides core text extraction
|
||||||
# functionality with a smaller image size and faster startup time.
|
# functionality with a smaller image size and faster startup time.
|
||||||
# Only use the full variant (apache/tika:latest-full) if you need specialized features
|
# Only use the full variant (apache/tika:latest-full) if you need specialized features
|
||||||
# like advanced OCR or specific image processing capabilities.
|
# like advanced OCR or specific image processing capabilities.
|
||||||
|
|||||||
Reference in New Issue
Block a user