Onlyoffice http fix
This commit is contained in:
parent
3b9fa4b281
commit
b0cb777932
|
@ -20,6 +20,7 @@ services:
|
|||
- "traefik.http.routers.onlyoffice-editor.tls=true"
|
||||
- "traefik.http.routers.onlyoffice-editor.tls.certresolver=http"
|
||||
- "traefik.http.routers.onlyoffice-editor.entrypoints=internalsecure,externalsecure"
|
||||
- "traefik.http.routers.onlyoffice-editor.middlewares=httpsupgrade"
|
||||
networks:
|
||||
- external
|
||||
- onlyoffice
|
||||
|
@ -53,7 +54,7 @@ services:
|
|||
- MYSQL_SERVER_PASS=onlyoffice_pass
|
||||
- ELASTICSEARCH_SERVER_HOST=onlyoffice-elasticsearch
|
||||
- ELASTICSEARCH_SERVER_HTTPPORT=9200
|
||||
- NGINX_WORKER_PROCESSES=1
|
||||
- NGINX_WORKER_PROCESSES=10
|
||||
- NGINX_WORKER_CONNECTIONS=200
|
||||
- CPU_PROCESSOR_COUNT=200
|
||||
volumes:
|
||||
|
|
|
@ -135,6 +135,10 @@ sections:
|
|||
icon: hl-miniflux
|
||||
url: https://miniflux.bhasher.com
|
||||
id: 16_1631_miniflux
|
||||
- title: Maubot
|
||||
icon: hl-matrix
|
||||
url: https://maubot.bhasher.com/_matrix/maubot/#/
|
||||
id: 17_1631_maubot
|
||||
- name: System services
|
||||
displayData:
|
||||
sortBy: most-used
|
||||
|
|
|
@ -52,6 +52,7 @@ services:
|
|||
- "traefik.http.routers.traefik.tls.certresolver=http"
|
||||
- "traefik.http.routers.traefik.entrypoints=internalsecure"
|
||||
- "traefik.http.routers.traefik.middlewares=authelia@docker"
|
||||
- "traefik.http.middlewares.httpsupgrade.headers.customrequestheaders.X-Forwarded-Proto=https"
|
||||
networks:
|
||||
- external
|
||||
|
||||
|
|
Loading…
Reference in New Issue