🖥️ Onlyoffice connector moved into the TwakeDrive repository (#366)

This commit is contained in:
Montassar Ghanmy
2024-02-27 10:35:01 +01:00
committed by GitHub
parent ff74104a1b
commit dcb6fa1c36
40 changed files with 1557 additions and 3 deletions
+4 -3
View File
@@ -62,10 +62,12 @@ services:
- tdrive_network
onlyoffice-connector:
image: onlyoffice-connector
build:
context: .
dockerfile: docker/onlyoffice-connector/Dockerfile
environment:
- CREDENTIALS_ENDPOINT=http://tdrive_node:4000
- ONLY_OFFICE_SERVER=http://localhost:8090/
- ONLY_OFFICE_SERVER=http://onlyoffice:8090/
- SERVER_ORIGIN=http://onlyoffice-connector:5000
- SERVER_PORT=5000
- SERVER_PREFIX=/plugins/onlyoffice
@@ -110,7 +112,6 @@ services:
onlyoffice:
image: docker.io/onlyoffice/documentserver
hostname: onlyoffice
ports:
- 8090:80
networks: