Updated haproxy container, removed virtual host, added templates for ssl
This commit is contained in:
parent
7955487352
commit
a813036830
@ -34,10 +34,11 @@ services:
|
|||||||
- onlyoffice-redis
|
- onlyoffice-redis
|
||||||
- onlyoffice-rabbitmq
|
- onlyoffice-rabbitmq
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST="ws://\*/doc/*"
|
|
||||||
- BALANCE=uri depth 3
|
- BALANCE=uri depth 3
|
||||||
- HTTP_CHECK=HEAD /healthcheck
|
- HTTP_CHECK=HEAD /healthcheck
|
||||||
- EXTRA_SETTINGS=http-check expect status 200
|
- EXTRA_SETTINGS=http-check expect status 200
|
||||||
|
# Uncomment the string below to redirect HTTP request to HTTPS request.
|
||||||
|
#- FORCE_SSL=true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
@ -45,23 +46,27 @@ services:
|
|||||||
- onlyoffice
|
- onlyoffice
|
||||||
expose:
|
expose:
|
||||||
- '80'
|
- '80'
|
||||||
- '443'
|
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- onlyoffice-documentserver-data
|
- onlyoffice-documentserver-data
|
||||||
|
|
||||||
onlyoffice-haproxy:
|
onlyoffice-haproxy:
|
||||||
container_name: onlyoffice-haproxy
|
container_name: onlyoffice-haproxy
|
||||||
image: dockercloud/haproxy:1.2.1
|
image: dockercloud/haproxy:1.5.1
|
||||||
depends_on:
|
depends_on:
|
||||||
- onlyoffice-documentserver
|
- onlyoffice-documentserver
|
||||||
environment:
|
environment:
|
||||||
- MODE=http
|
- MODE=http
|
||||||
|
# Uncomment the string below to specify the path of ssl certificates
|
||||||
|
#- CERT_FOLDER=/certs/
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
links:
|
links:
|
||||||
- onlyoffice-documentserver
|
- onlyoffice-documentserver
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
# Uncomment the string below to map a ssl certificate from host
|
||||||
|
# to the proxy container
|
||||||
|
#- /app/onlyoffice/DocumentServer/data/certs/onlyoffice.pem:/certs/cert1.pem
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- onlyoffice
|
- onlyoffice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user