use http proxy instead of tcp proxy.
This commit is contained in:
parent
dbd0e01e86
commit
0dd2cc1e59
@ -34,6 +34,7 @@ services:
|
|||||||
- onlyoffice-redis
|
- onlyoffice-redis
|
||||||
- onlyoffice-rabbitmq
|
- onlyoffice-rabbitmq
|
||||||
environment:
|
environment:
|
||||||
|
- VIRTUAL_HOST="ws://\*/doc/*"
|
||||||
- HTTP_CHECK=HEAD /healthcheck
|
- HTTP_CHECK=HEAD /healthcheck
|
||||||
- EXTRA_SETTINGS=http-check expect status 200
|
- EXTRA_SETTINGS=http-check expect status 200
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
@ -53,8 +54,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- onlyoffice-documentserver
|
- onlyoffice-documentserver
|
||||||
environment:
|
environment:
|
||||||
- MODE=tcp
|
- MODE=http
|
||||||
- TCP_PORTS="80, 443"
|
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
links:
|
links:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user