Update onlyoffice file
This commit is contained in:
parent
171411cb30
commit
9451a722f4
@ -1,5 +1,4 @@
|
|||||||
## WIP: This is a work in progress. This file is not yet complete. ##
|
## WIP: This is a work in progress. This file is not yet complete. ##
|
||||||
## TODO: Paths not changed
|
|
||||||
## TODO: ADD JWT Secret
|
## TODO: ADD JWT Secret
|
||||||
## DOCS/REF: https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/docker-compose.yml
|
## DOCS/REF: https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/docker-compose.yml
|
||||||
|
|
||||||
@ -25,17 +24,14 @@ services:
|
|||||||
#- JWT_HEADER=Authorization
|
#- JWT_HEADER=Authorization
|
||||||
#- JWT_IN_BODY=true
|
#- JWT_IN_BODY=true
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- 8091:80
|
||||||
- '443:443'
|
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
restart: always
|
restart: always
|
||||||
stop_grace_period: 60s
|
stop_grace_period: 60s
|
||||||
volumes:
|
volumes:
|
||||||
- /var/www/onlyoffice/Data
|
- /docker/appdata/onlyoffice/onlyoffice:/var/www/onlyoffice/Data
|
||||||
- /var/log/onlyoffice
|
- /docker/appdata/onlyoffice/cache:/var/lib/onlyoffice/documentserver/App_Data/cache/files
|
||||||
- /var/lib/onlyoffice/documentserver/App_Data/cache/files
|
- /usr/share/fonts:/usr/share/fonts
|
||||||
- /var/www/onlyoffice/documentserver-example/public/files
|
|
||||||
- /usr/share/fonts
|
|
||||||
|
|
||||||
onlyoffice-rabbitmq:
|
onlyoffice-rabbitmq:
|
||||||
container_name: onlyoffice-rabbitmq
|
container_name: onlyoffice-rabbitmq
|
||||||
@ -55,7 +51,4 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- '5432'
|
- '5432'
|
||||||
volumes:
|
volumes:
|
||||||
- postgresql_data:/var/lib/postgresql
|
- /docker/appdata/onlyoffice/postgres:/var/lib/postgresql
|
||||||
|
|
||||||
volumes:
|
|
||||||
postgresql_data:
|
|
||||||
|
Loading…
Reference in New Issue
Block a user